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