UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 93e8002d authored by Michael McLeroy's avatar Michael McLeroy
Browse files

feat(gitlab-runner): add monitoring pass-through

parent 221bae69
No related branches found
No related tags found
No related merge requests found
Pipeline #151275 waiting for manual action
......@@ -44,13 +44,19 @@ spec:
runners:
imagePullSecrets:
- private-registry
monitoring:
enabled: {{ .Values.monitoring.enabled }}
{{- if or .Values.gatekeeper.enabled .Values.addons.gitlab.enabled }}
{{- if or .Values.gatekeeper.enabled .Values.monitoring.enabled .Values.addons.gitlab.enabled }}
dependsOn:
{{- if .Values.gatekeeper.enabled }}
- name: gatekeeper
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.monitoring.enabled }}
- name: monitoring
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.addons.gitlab.enabled }}
- name: gitlab
namespace: {{ .Release.Namespace }}
......
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