UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 53b1c2bb authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch 'service-mesh/no-flags-ingress-bug-fix' into 'master'

fix(istio): Add line to allow enabling/disabling individual ingress gateways

See merge request !4460
parents ca415989 582e0fc6
No related branches found
No related tags found
1 merge request!4460fix(istio): Add line to allow enabling/disabling individual ingress gateways
Pipeline #3364035 passed
......@@ -14,7 +14,7 @@ enterprise: {{ .Values.istio.enterprise }}
istiod:
{{- if not (semverCompare "<1.19" .Capabilities.KubeVersion.GitVersion) }}
env:
env:
- name: ENABLE_LEGACY_FSGROUP_INJECTION
value: "false"
{{- end }}
......@@ -93,6 +93,7 @@ ingressGateways:
{{- if $values.extraLabels }}
{{- toYaml (dict "extraLabels" $values.extraLabels) | nindent 4 }}
{{- end}}
enabled: {{ ne $values.enabled false }}
{{- end }}
{{- if .Values.istio.gateways }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment