diff --git a/cluster/postgresql/helmrelease-postgresql.yaml b/cluster/postgresql/helmrelease-postgresql.yaml index 967cf8e..4bfd0b0 100644 --- a/cluster/postgresql/helmrelease-postgresql.yaml +++ b/cluster/postgresql/helmrelease-postgresql.yaml @@ -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`) ##