Skip to content

Commit d363126

Browse files
committed
remove controlplane mode
1 parent 7355e44 commit d363126

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ metadata:
1313
istio: pilot
1414
release: {{ .Release.Name }}
1515
app.kubernetes.io/name: "istiod"
16-
{{- if eq (toString .Values.env.PILOT_ENABLE_AMBIENT) "true" }}
17-
istio.io/controlplane-mode: ambient
18-
{{- end }}
1916
{{- include "istio.labels" . | nindent 4 }}
2017
{{- range $key, $val := .Values.deploymentLabels }}
2118
{{ $key }}: "{{ $val }}"

0 commit comments

Comments
 (0)