Skip to content

Commit d40149b

Browse files
Remove unnecessary if block around the Deployment env section
Signed-off-by: Richard Wall <[email protected]>
1 parent fb1813c commit d40149b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deploy/charts/venafi-kubernetes-agent/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ spec:
4949
valueFrom:
5050
fieldRef:
5151
fieldPath: spec.nodeName
52-
{{- if or .Values.http_proxy .Values.https_proxy .Values.no_proxy }}
5352
{{- with .Values.http_proxy }}
5453
- name: HTTP_PROXY
5554
value: {{ . }}
@@ -62,7 +61,6 @@ spec:
6261
- name: NO_PROXY
6362
value: {{ . }}
6463
{{- end }}
65-
{{- end }}
6664
{{- if not (empty .Values.command) }}
6765
command:
6866
{{- range .Values.command }}

0 commit comments

Comments
 (0)