Skip to content

Commit

Permalink
Removed conditions from postgres secret
Browse files Browse the repository at this point in the history
  • Loading branch information
dheeth authored Oct 13, 2022
1 parent a39fb5e commit 6d40cd9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions charts/devtron/templates/configmap-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,8 @@ apiVersion: v1
kind: Secret
data:
postgresql-password: {{ $Secret }}
{{- if $.Values.installer.arch }}
POSTGRES_USER: cG9zdGdyZXM=
POSTGRES_DB: b3JjaGVzdHJhdG9y
{{- end }}
metadata:
name: postgresql-postgresql
labels:
Expand Down Expand Up @@ -276,4 +274,4 @@ data:
{{ $k }}: {{ $v | b64enc }}
{{- end }}
{{- end }}
type: Opaque
type: Opaque

0 comments on commit 6d40cd9

Please sign in to comment.