Skip to content

Commit

Permalink
Remove foo-bar env used during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
airadier committed Aug 22, 2023
1 parent aeabc27 commit 0f791d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/admission-controller/templates/webhook/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ spec:
{{- end }}
imagePullPolicy: {{ .Values.webhook.image.pullPolicy | default .Values.global.image.pullPolicy }}
env:
- name: foo
value: bar
{{- if (or (include "webhook.httpProxy" .) (include "webhook.httpsProxy" .) (include "webhook.noProxy" .) )}}
- name: HTTP_PROXY
value: {{ include "webhook.httpProxy" . }}
Expand Down

0 comments on commit 0f791d6

Please sign in to comment.