We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d15c4 commit 94ff8f9Copy full SHA for 94ff8f9
charts/devtron/Chart.yaml
@@ -11,7 +11,7 @@ keywords:
11
- argocd
12
- Hyperion
13
engine: gotpl
14
-version: 0.22.85
+version: 0.22.86
15
sources:
16
- https://github.com/devtron-labs/charts
17
dependencies:
charts/devtron/templates/postgresql.yaml
@@ -575,11 +575,11 @@ spec:
575
secretKeyRef:
576
name: postgresql-postgresql
577
key: postgresql-password
578
+ - name: DATA_SOURCE_USER
579
+ value: postgres
580
envFrom:
581
- configMapRef:
582
name: devtron-common-cm
- - name: DATA_SOURCE_USER
- value: postgres
583
{{- if .postgresExporter }}
584
{{- if .postgresExporter.resources }}
585
resources:
0 commit comments