From 53261b40a6f4ba9009684cf3c54148fa5cf4cbd6 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Wed, 30 Jun 2021 19:06:01 +0200 Subject: [PATCH] Update charts/postgres-operator/values.yaml --- charts/postgres-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index 5ff715f34..32160cf5a 100644 --- a/charts/postgres-operator/values.yaml +++ b/charts/postgres-operator/values.yaml @@ -153,7 +153,7 @@ configKubernetes: # template for database user secrets generated by the operator, # here username contains the namespace in the format namespace.username # if the user is in different namespace than cluster and cross namespace secrets - # are enabled via enable_cross_namespace_secret flag in configmap. + # are enabled via `enable_cross_namespace_secret` flag in the configuration. 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