We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef0cad commit f329e1dCopy full SHA for f329e1d
helm/templates/deployment.yaml
@@ -35,7 +35,6 @@ spec:
35
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
36
imagePullPolicy: {{ .Values.image.pullPolicy }}
37
env:
38
- {{- toYaml .Values.env | nindent 12}}
39
{{- toYaml .Values.marketEnv | nindent 12}}
40
envFrom:
41
- secretRef:
0 commit comments