mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 00:31:32 -03:00
Fix mistakingly not referencing the secrets on cnpg
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 11.0.2
|
||||
version: 11.0.3
|
||||
|
||||
@@ -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" }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user