Skip to content

Commit 94ff8f9

Browse files
misc: fixed misplaced envfrom key in multi-arch postgresql.yaml (#6424)
* fix-multi-arch-postgres * Update postgresql.yaml
1 parent 94d15c4 commit 94ff8f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/devtron/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords:
1111
- argocd
1212
- Hyperion
1313
engine: gotpl
14-
version: 0.22.85
14+
version: 0.22.86
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/templates/postgresql.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -575,11 +575,11 @@ spec:
575575
secretKeyRef:
576576
name: postgresql-postgresql
577577
key: postgresql-password
578+
- name: DATA_SOURCE_USER
579+
value: postgres
578580
envFrom:
579581
- configMapRef:
580582
name: devtron-common-cm
581-
- name: DATA_SOURCE_USER
582-
value: postgres
583583
{{- if .postgresExporter }}
584584
{{- if .postgresExporter.resources }}
585585
resources:

0 commit comments

Comments
 (0)