Fix secret values

This commit is contained in:
Tyler Perkins 2024-11-09 15:59:34 -05:00
parent 9e90f6a602
commit 7387062a3a
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -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`)
##