UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 46e46df1 authored by Jimmy Bourque's avatar Jimmy Bourque
Browse files

Accidentally removed an if condition, put it back

parent 46f2baa6
No related branches found
No related tags found
1 merge request!5163Updated istio values umbrella template
Pipeline #3642029 passed
......@@ -91,6 +91,7 @@ ingressGateways:
{{ if ne $values.enabled false }}
{{ $name | nindent 2 }}:
{{- toYaml (merge (dict "k8s" $values.kubernetesResourceSpec) (dict "k8s" $values.k8s) (fromYaml (include "istio.ingressgateway.k8s" $values))) | nindent 4 }}
{{- if $values.extraLabels }}
{{- toYaml (dict "extraLabels" $values.extraLabels) | nindent 4 }}
{{- end}}
{{- end }}
......
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