diff --git a/kubernetes/apps/postgresql/app/release.yaml b/kubernetes/apps/postgresql/app/release.yaml index 9acec8b..d802cdb 100644 --- a/kubernetes/apps/postgresql/app/release.yaml +++ b/kubernetes/apps/postgresql/app/release.yaml @@ -41,13 +41,12 @@ spec: remediation: retries: 3 values: - global: - auth: - postgresPassword: ${postgresql_password} - username: ${username} - password: ${password} - database: ${database} - replicationPassword: ${replication_password} + auth: + postgresPassword: ${postgresql_password} + username: ${username} + password: ${password} + database: ${database} + replicationPassword: ${replication_password} architecture: "replication" replication: synchronousCommit: "on"