Add default passwords

This commit is contained in:
Tyler Perkins 2024-11-10 18:06:18 -05:00
parent a82c493c8c
commit ebdbff538b
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -45,9 +45,9 @@ spec:
## @param global.postgresql.auth.secretKeys.replicationPasswordKey Name of key in existing secret to use for PostgreSQL credentials (overrides `auth.secretKeys.replicationPasswordKey`). Only used when `global.postgresql.auth.existingSecret` is set. ## @param global.postgresql.auth.secretKeys.replicationPasswordKey Name of key in existing secret to use for PostgreSQL credentials (overrides `auth.secretKeys.replicationPasswordKey`). Only used when `global.postgresql.auth.existingSecret` is set.
## ##
auth: auth:
#postgresPassword: "" postgresPassword: "secret"
username: "clortox" username: "clortox"
#password: "" password: "secret"
database: "" database: ""
#existingSecret: "postgresql-default-credentials" #existingSecret: "postgresql-default-credentials"
secretKeys: secretKeys: