From 7901889d8796e9a1083229d9547a26965a143596 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Tue, 30 Apr 2024 11:33:47 +0200 Subject: [PATCH] templates/openshift/maintenance: PGSSLMODE is a parameter Parameters need to be declared. --- templates/openshift/maintenance.yml | 4 ++++ 1 file changed, 4 insertions(+) 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"