From 2f893540e884250f88be5051b0ad0bfe5606db0d Mon Sep 17 00:00:00 2001 From: Rafia Sabih Date: Mon, 7 Jun 2021 16:57:52 +0200 Subject: [PATCH] comment update --- charts/postgres-operator/values-crd.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/postgres-operator/values-crd.yaml b/charts/postgres-operator/values-crd.yaml index b5436fafd..b9659d91e 100644 --- a/charts/postgres-operator/values-crd.yaml +++ b/charts/postgres-operator/values-crd.yaml @@ -147,7 +147,8 @@ configKubernetes: pod_terminate_grace_period: 5m # template for database user secrets generated by the operator, # here username contains the namespace in the format namespace.username - # if the secret is in different namespace than cluster + # if the secret is in different namespace than cluster and cross namespace secrets + # are enabled via EnableNamespacedSecret flag. secret_name_template: "{username}.{cluster}.credentials.{tprkind}.{tprgroup}" # set user and group for the spilo container (required to run Spilo as non-root process) # spilo_runasuser: "101"