We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8482b9 commit f461c04Copy full SHA for f461c04
helm/metadig-scheduler/templates/deployment.yaml
@@ -45,6 +45,11 @@ spec:
45
# If 'false", the secret must exist before the pod can start
46
# App versions before v2.3.4 will read this value from a config file, not the env var.
47
optional: true
48
+ - name: PG_AUTH
49
+ valueFrom:
50
+ secretKeyRef:
51
+ name: metadig-pg
52
+ key: password
53
volumeMounts:
54
- name: metadig-pv
55
mountPath: {{ .Values.persistence.mountPath }}
0 commit comments