UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 741053c5 authored by Thomas Runyon's avatar Thomas Runyon
Browse files

create the gitlab namespace when only gitlab runners are deployed

parent 149e16ba
No related branches found
No related tags found
2 merge requests!298create the gitlab namespace when only gitlab runners are deployed,!295Resolve "release-1.2.0"
Pipeline #183457 passed
{{- if .Values.addons.gitlab.enabled }}
{{- if or .Values.addons.gitlab.enabled .Values.addons.gitlabRunner.enabled }}
apiVersion: v1
kind: Namespace
metadata:
......@@ -23,6 +23,8 @@ data:
.dockerconfigjson: {{ template "imagePullSecret" . }}
{{- end }}
---
{{- end }}
{{- if .Values.addons.gitlab.enabled }}
# create sso secret. The assumption is OIDC
{{- if .Values.addons.gitlab.sso.enabled }}
apiVersion: v1
......
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