We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a578f89 commit e83a159Copy full SHA for e83a159
charts/postgresql/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: postgresql
3
description: PostgreSQL object-relational database system
4
type: application
5
-version: 1.1.3
+version: 1.1.4
6
appVersion: "16.0"
7
home: https://www.postgresql.org/
8
sources:
charts/postgresql/templates/statefulset.yaml
@@ -37,7 +37,7 @@ spec:
37
env:
38
- name: PGDATA
39
value: "/var/lib/postgresql/data/pgdata"
40
- {{- if .Values.auth.postgresPassword }}
+ {{- if or .Values.auth.postgresPassword .Values.auth.existingSecret }}
41
- name: POSTGRES_PASSWORD
42
valueFrom:
43
secretKeyRef:
0 commit comments