From e1c692b46e0e86c4ed11e279ab4b7529eb66c215 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Wed, 30 Jun 2021 19:05:23 +0200 Subject: [PATCH] Update charts/postgres-operator/values.yaml --- charts/postgres-operator/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index e7d0acf73..5ff715f34 100644 --- a/charts/postgres-operator/values.yaml +++ b/charts/postgres-operator/values.yaml @@ -97,7 +97,8 @@ configKubernetes: # - deployment-time # - downscaler/* - # enable_cross_namespace_secret: "false" + # allow user secrets in other namespaces than the Postgres cluster + enable_cross_namespace_secret: false # enables initContainers to run actions before Spilo is started enable_init_containers: true # toggles pod anti affinity on the Postgres pods