use valuesKey

This commit is contained in:
CJ_Clippy 2024-06-19 13:30:39 -08:00
parent 5909c52faf
commit ad1d81b75a

@ -56,8 +56,10 @@ spec:
valuesFrom: valuesFrom:
- kind: Secret - kind: Secret
name: postgres name: postgres
valuesKey: password
targetPath: server.config.persistence.default.sql.password targetPath: server.config.persistence.default.sql.password
- kind: Secret - kind: Secret
name: postgres name: postgres
valuesKey: password
targetPath: server.config.persistence.visibility.sql.password targetPath: server.config.persistence.visibility.sql.password