rancher-partner-charts/charts/komodor/k8s-watcher/templates/_proxy_conf.tpl

15 lines
452 B
Smarty
Raw Normal View History

2022-07-17 12:15:02 +00:00
{{- define "k8s-watcher.proxy-conf" -}}
{{- if .Values.proxy.enabled }}
{{- if .Values.proxy.http }}
- name: HTTP_PROXY
value: {{ .Values.proxy.http }}
{{- end }}
{{- if .Values.proxy.https }}
- name: HTTPS_PROXY
value: {{ .Values.proxy.https }}
{{- end }}
{{- if .Values.proxy.no_proxy }}
- name: NO_PROXY
value: {{ .Values.proxy.no_proxy }}
{{- end }}
{{- end }}{{- end }}