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.
|
## @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:
|
||||||
|
Loading…
Reference in New Issue
Block a user