UNCLASSIFIED

Commit 60101edf authored by Grant Duncklee's avatar Grant Duncklee
Browse files

remove deprecated proxy conditional

parent 8d611fc3
...@@ -24,8 +24,6 @@ spec: ...@@ -24,8 +24,6 @@ spec:
imagePullSecrets: imagePullSecrets:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
{{- if .Values.proxy }}
{{- end }}
containers: containers:
- image: "{{ .Values.job_image.repository }}:{{ .Values.job_image.tag }}" - image: "{{ .Values.job_image.repository }}:{{ .Values.job_image.tag }}"
imagePullPolicy: {{ .Values.job_image.pullPolicy }} imagePullPolicy: {{ .Values.job_image.pullPolicy }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment