UNCLASSIFIED - NO CUI

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

use values to disable istio injection

parent a04e0296
No related branches found
No related tags found
No related merge requests found
Pipeline #544296 failed
......@@ -42,6 +42,11 @@ registry:
key: registry
{{- end }}
{{- if .Values.istio.enabled }}
shared-secrets:
annotations:
sidecar.istio.io/inject: "false"
{{- end }}
gitlab:
{{- if .Values.addons.gitlab.objectStorage.endpoint }}
......@@ -54,7 +59,12 @@ gitlab:
{{- end }}
gitlab-exporter:
enabled: {{ .Values.monitoring.enabled }}
{{- if .Values.istio.enabled }}
migrations:
annotations:
sidecar.istio.io/inject: "false"
{{- end }}
global:
# added to help with Gitlab sub-chart configuration
......
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