Skip to content

Commit

Permalink
fix: correctly specify NO_PROXY without protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
soniqua committed Aug 28, 2024
1 parent 13dec50 commit b5e2926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/snyk-broker/templates/code_agent_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
{{- if .Values.noProxy }}
# No Proxy Settings
- name: NO_PROXY
value: {{ .Values.noProxy }}
value: {{ include "snyk-broker.noProxy" . }}
{{- end }}
{{- range .Values.env }}
# custom env var in override.yaml
Expand Down

0 comments on commit b5e2926

Please sign in to comment.