UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Gitlab istio injection

Merged kevin.wilder requested to merge gitlab-istio-injection into master
All threads resolved!
1 file
+ 17
0
Compare changes
  • Side-by-side
  • Inline
@@ -42,6 +42,12 @@ registry:
key: registry
{{- end }}
{{- if .Values.istio.enabled }}
shared-secrets:
annotations:
sidecar.istio.io/inject: "false"
{{- end }}
gitlab:
{{- if .Values.addons.gitlab.objectStorage.endpoint }}
task-runner:
@@ -53,6 +59,11 @@ gitlab:
{{- end }}
gitlab-exporter:
enabled: {{ .Values.monitoring.enabled }}
{{- if .Values.istio.enabled }}
migrations:
annotations:
sidecar.istio.io/inject: "false"
{{- end }}
global:
hosts:
@@ -211,4 +222,10 @@ global:
{{- end }}
{{- end }}
{{ if .Values.istio.enabled }}
minio:
podAnnotations:
sidecar.istio.io/inject: "false"
{{- end }}
{{- end -}}
Loading