Skip to content

Commit 6d40cd9

Browse files
authored
Removed conditions from postgres secret
1 parent a39fb5e commit 6d40cd9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

charts/devtron/templates/configmap-secret.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,8 @@ apiVersion: v1
199199
kind: Secret
200200
data:
201201
postgresql-password: {{ $Secret }}
202-
{{- if $.Values.installer.arch }}
203202
POSTGRES_USER: cG9zdGdyZXM=
204203
POSTGRES_DB: b3JjaGVzdHJhdG9y
205-
{{- end }}
206204
metadata:
207205
name: postgresql-postgresql
208206
labels:
@@ -276,4 +274,4 @@ data:
276274
{{ $k }}: {{ $v | b64enc }}
277275
{{- end }}
278276
{{- end }}
279-
type: Opaque
277+
type: Opaque

0 commit comments

Comments
 (0)