UNCLASSIFIED - NO CUI

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

fix monitoring passthrough

parent 458cdca6
No related branches found
No related tags found
1 merge request!440Resolve "Gitlab upgrade to 13.10.3"
This commit is part of merge request !440. Comments created here will be created in the context of that merge request.
......@@ -8,9 +8,6 @@ hostname: {{ .Values.hostname }}
istio:
enabled: {{ .Values.istio.enabled }}
monitoring:
enabled: {{ .Values.monitoring.enabled }}
{{- if .Values.addons.gitlab.database.host }}
postgresql:
install: false
......@@ -23,15 +20,17 @@ registry:
key: registry
{{- end }}
{{- if .Values.addons.gitlab.objectStorage.endpoint }}
gitlab:
{{- if .Values.addons.gitlab.objectStorage.endpoint }}
task-runner:
backups:
objectStorage:
config:
secret: gitlab-object-storage
key: backups
{{- end }}
{{- end }}
gitlab-exporter:
enabled: {{ .Values.monitoring.enabled }}
global:
hosts:
......
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