Skip to content

Commit 2356fd5

Browse files
author
Stanislav Shcherbakov
committed
remove redundant environment variable configuration from deployment.yaml
1 parent a7a8369 commit 2356fd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helm/templates/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ spec:
3535
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
3636
imagePullPolicy: {{ .Values.image.pullPolicy }}
3737
env:
38-
{{- toYaml .Values.env | nindent 12}}
3938
{{- toYaml .Values.marketEnv | nindent 12}}
4039
envFrom:
4140
- secretRef:

0 commit comments

Comments
 (0)