small fix?

This commit is contained in:
j37hr0 2026-04-27 15:13:08 +12:00
parent 0fb612358a
commit 3e5270e430

View file

@ -16,9 +16,9 @@ spec:
mergePolicy: Merge mergePolicy: Merge
data: data:
username: postgres username: postgres
password: '{{ index . "pg-cluster-root-password" }}' password: '{{ .password }}'
data: data:
- secretKey: pg-cluster-root-password - secretKey: password
remoteRef: remoteRef:
key: pg-cluster-root-password key: pg-cluster-root-password
property: password property: password