diff --git a/infrastructure/databases/cnpg-clusters/secret.yaml b/infrastructure/databases/cnpg-clusters/secret.yaml index d8924dc..93ad9f3 100644 --- a/infrastructure/databases/cnpg-clusters/secret.yaml +++ b/infrastructure/databases/cnpg-clusters/secret.yaml @@ -16,9 +16,9 @@ spec: mergePolicy: Merge data: username: postgres - password: '{{ index . "pg-cluster-root-password" }}' + password: '{{ .password }}' data: - - secretKey: pg-cluster-root-password + - secretKey: password remoteRef: key: pg-cluster-root-password property: password