small fix?
This commit is contained in:
parent
0fb612358a
commit
3e5270e430
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue