Fix secret values
This commit is contained in:
parent
9e90f6a602
commit
7387062a3a
@ -46,13 +46,13 @@ spec:
|
||||
##
|
||||
auth:
|
||||
#postgresPassword: ""
|
||||
#username: ""
|
||||
username: "clortox"
|
||||
#password: ""
|
||||
database: ""
|
||||
existingSecret: "postgresql-default-credentials"
|
||||
secretKeys:
|
||||
adminPasswordKey: ""
|
||||
userPasswordKey: ""
|
||||
adminPasswordKey: "postgres-password"
|
||||
userPasswordKey: "password"
|
||||
replicationPasswordKey: ""
|
||||
## @param global.postgresql.service.ports.postgresql PostgreSQL service port (overrides `service.ports.postgresql`)
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user