File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
deploy/charts/istio/istio-istiod/chart/files Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,9 @@ metadata:
77 annotations :
88 istio.io/rev : {{ .Revision | default "default" | quote }}
99 {{- if ge (len $containers) 1 }}
10- {{- if not (isset .ObjectMeta.Annotations `kubectl.kubernetes.io/default-logs-container`) }}
1110 kubectl.kubernetes.io/default-logs-container : " {{ index $containers 0 }}"
12- {{- end }}
13- {{- if not (isset .ObjectMeta.Annotations `kubectl.kubernetes.io/default-container`) }}
1411 kubectl.kubernetes.io/default-container : " {{ index $containers 0 }}"
1512 {{- end }}
16- {{- end }}
1713spec :
1814 securityContext :
1915 {{- if .Values.gateways.securityContext }}
2420 value : " 0"
2521 {{- end }}
2622 containers :
27- - name : istio-proxy
23+ - name : istio-router
2824 {{- if contains "/" (annotation .ObjectMeta `sidecar.istio.io/proxyImage` .Values.global.proxy.image) }}
2925 image : " {{ annotation .ObjectMeta `sidecar.istio.io/proxyImage` .Values.global.proxy.image }}"
3026 {{- else }}
You can’t perform that action at this time.
0 commit comments