about summary refs log tree commit diff
path: root/chart
diff options
context:
space:
mode:
authork.bigwheel (kazufumi nishida) <k.bigwheel+eng@gmail.com>2022-11-09 01:18:22 +0900
committerGitHub <noreply@github.com>2022-11-08 17:18:22 +0100
commit9358fd295d5ffa960bbdfc0c28d45553cb78a3de (patch)
tree1c3da20d2e9a7f6902a8a6495f983c9c225e33b8 /chart
parentc3747292254b608c601f7719ac5bee6eaca8655f (diff)
Add postgresql password settings hint (#19112)
Diffstat (limited to 'chart')
-rw-r--r--chart/values.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart/values.yaml b/chart/values.yaml
index 9125d1a16..dc57d8620 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: ""