Skip to content

Commit

Permalink
Fix istio-proxy imagePullPolicy setting in pilot's helm chart (istio#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenschafferibm authored and costinm committed Apr 9, 2018
1 parent c3ea981 commit 5041f0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
{{- end }}
- name: istio-proxy
image: "{{ .Values.global.hub }}/{{ .Values.global.proxy.image }}:{{ .Values.global.tag }}"
imagePullPolicy: {{ .Values.global.proxy.imagePullPolicy }}
imagePullPolicy: {{ .Values.global.imagePullPolicy }}
ports:
- containerPort: 15003
- containerPort: 15005
Expand Down

0 comments on commit 5041f0d

Please sign in to comment.