From 9358fd295d5ffa960bbdfc0c28d45553cb78a3de Mon Sep 17 00:00:00 2001 From: "k.bigwheel (kazufumi nishida)" Date: Wed, 9 Nov 2022 01:18:22 +0900 Subject: [PATCH] Add postgresql password settings hint (#19112) --- chart/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index 9125d1a16bc..dc57d86209d 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -146,6 +146,8 @@ postgresql: # be rotated on each upgrade: # https://github.com/bitnami/charts/tree/master/bitnami/postgresql#upgrade password: "" + # Set same value as above + postgresPassword: "" # you can also specify the name of an existing Secret # with a key of postgres-password set to the password you want existingSecret: ""