Browse Source

Add postgresql password settings hint (#19112)

closed-social-glitch-2
k.bigwheel (kazufumi nishida) 1 year ago
committed by GitHub
parent
commit
9358fd295d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      chart/values.yaml

+ 2
- 0
chart/values.yaml View File

@ -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: ""

Loading…
Cancel
Save