Fix mistakingly not referencing the secrets on cnpg

This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-15 14:57:34 +01:00
parent 5238500c61
commit af9fb48496
2 changed files with 6 additions and 1 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 11.0.2
version: 11.0.3

View File

@@ -25,6 +25,11 @@ spec:
initdb:
database: {{ .Values.cnpg.database | default "app" }}
owner: {{ .Values.cnpg.user | default "app" }}
secret:
name: cnpg-user
superuserSecret:
name: cnpg-superuser
primaryUpdateStrategy: {{ .Values.cnpg.primaryUpdateStrategy | default "unsupervised" }}