UNCLASSIFIED - NO CUI

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

perf(gitlab-runner): remove dep on monitoring

parent 5a0131c5
No related branches found
No related tags found
No related merge requests found
......@@ -44,18 +44,16 @@ spec:
runners:
imagePullSecrets:
- private-registry
monitoring:
enabled: {{ .Values.monitoring.enabled }}
{{- if or .Values.gatekeeper.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 }}
{{- end }}
{{- end }}
{{- end }}
\ No newline at end of file
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