Add default passwords
This commit is contained in:
parent
a82c493c8c
commit
ebdbff538b
@ -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.
|
||||
##
|
||||
auth:
|
||||
#postgresPassword: ""
|
||||
postgresPassword: "secret"
|
||||
username: "clortox"
|
||||
#password: ""
|
||||
password: "secret"
|
||||
database: ""
|
||||
#existingSecret: "postgresql-default-credentials"
|
||||
secretKeys:
|
||||
|
Loading…
Reference in New Issue
Block a user