diff --git a/templates/openshift/maintenance.yml b/templates/openshift/maintenance.yml index a5d1ac1b9..87e1efac6 100644 --- a/templates/openshift/maintenance.yml +++ b/templates/openshift/maintenance.yml @@ -196,6 +196,10 @@ parameters: # don't change this value, overwrite it in app-interface for a specific namespace value: "false" required: true + - description: postgres sslmode to use when connecting to the db + name: PGSSLMODE + value: "require" + required: true - description: composer-maintenance max concurrent requests name: MAINTENANCE_MAX_CONCURRENT_REQUESTS value: "10"