We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7355e44 commit d363126Copy full SHA for d363126
1 file changed
manifests/charts/istio-control/istio-discovery/templates/deployment.yaml
@@ -13,9 +13,6 @@ metadata:
13
istio: pilot
14
release: {{ .Release.Name }}
15
app.kubernetes.io/name: "istiod"
16
- {{- if eq (toString .Values.env.PILOT_ENABLE_AMBIENT) "true" }}
17
- istio.io/controlplane-mode: ambient
18
- {{- end }}
19
{{- include "istio.labels" . | nindent 4 }}
20
{{- range $key, $val := .Values.deploymentLabels }}
21
{{ $key }}: "{{ $val }}"
0 commit comments