Skip to content

Commit ec9823c

Browse files
committed
revert changes of a name
1 parent 4c00f53 commit ec9823c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

deploy/charts/istio/istio-istiod/chart/files/gateway-injection-template.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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 }}
1713
spec:
1814
securityContext:
1915
{{- if .Values.gateways.securityContext }}
@@ -24,7 +20,7 @@ spec:
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 }}

0 commit comments

Comments
 (0)