UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d9b7d163 authored by kevin.wilder's avatar kevin.wilder
Browse files

pass down istio.injection

parent ec7d8f24
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ openshift: {{ .Values.openshift }}
istio:
enabled: {{ .Values.istio.enabled }}
injection: {{ dig "istio" "injection" "enabled" .Values.monitoring }}
injection: {{ dig "istio" "injection" "enabled" .Values.addons.gitlab }}
gitlab:
gateways:
- istio-system/{{ default "public" .Values.addons.gitlab.ingress.gateway }}
......@@ -82,6 +82,7 @@ global:
# added to help with Gitlab sub-chart configuration
istio:
enabled: {{ .Values.istio.enabled }}
injection: {{ dig "istio" "injection" "enabled" .Values.addons.gitlab }}
hosts:
domain: {{ $domainName }}
......
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