UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3d4df6ca authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'gitlab-namespace-for-runners' into 'release-1.2'

create the gitlab namespace when only gitlab runners are deployed

Summary

When deploying just the runners, the gitlab namespace wasn't getting created

See merge request platform-one/big-bang/bigbang!298
parents 3a84b8c9 741053c5
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 #183610 passed
{{- if .Values.addons.gitlab.enabled }} {{- if or .Values.addons.gitlab.enabled .Values.addons.gitlabRunner.enabled }}
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
...@@ -23,6 +23,8 @@ data: ...@@ -23,6 +23,8 @@ data:
.dockerconfigjson: {{ template "imagePullSecret" . }} .dockerconfigjson: {{ template "imagePullSecret" . }}
{{- end }} {{- end }}
--- ---
{{- end }}
{{- if .Values.addons.gitlab.enabled }}
# create sso secret. The assumption is OIDC # create sso secret. The assumption is OIDC
{{- if .Values.addons.gitlab.sso.enabled }} {{- if .Values.addons.gitlab.sso.enabled }}
apiVersion: v1 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