UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 581b82a5 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch '715-gitlab-hostname-improvements' into 'master'

Gitlab hostname improvements

Closes #715

See merge request platform-one/big-bang/bigbang!832
parents 90daedf6 6e708f6c
No related branches found
No related tags found
1 merge request!832Gitlab hostname improvements
Pipeline #456176 failed
......@@ -24,7 +24,7 @@ stringData:
"client_options": {
"identifier": "{{ .Values.addons.gitlab.sso.client_id | default .Values.sso.client_id }}",
"secret": "{{ .Values.addons.gitlab.sso.client_secret | default .Values.sso.client_secret }}",
"redirect_uri": "https://{{ .Values.addons.gitlab.hostnames.gitlab }}/users/auth/openid_connect/callback",
"redirect_uri": "https://{{ .Values.addons.gitlab.hostnames.gitlab }}.{{ .Values.hostname }}/users/auth/openid_connect/callback",
"end_session_endpoint": "https://{{ .Values.sso.oidc.host }}/auth/realms/{{ .Values.sso.oidc.realm }}/protocol/openid-connect/logout"
}
}
......
......@@ -56,10 +56,10 @@ global:
domain: {{ .Values.hostname }}
gitlab:
name: {{ .Values.addons.gitlab.hostnames.gitlab }}
name: {{ .Values.addons.gitlab.hostnames.gitlab }}.{{ .Values.hostname }}
registry:
name: {{ .Values.addons.gitlab.hostnames.registry }}
name: {{ .Values.addons.gitlab.hostnames.registry }}.{{ .Values.hostname }}
{{- if .Values.addons.gitlab.objectStorage.endpoint }}
minio:
......
......@@ -578,13 +578,14 @@ addons:
enabled: false
hostnames:
gitlab: gitlab.bigbang.dev
registry: registry.bigbang.dev
# host name only without the domain
gitlab: gitlab
registry: registry
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git
path: "./chart"
tag: "4.12.9-bb.2"
tag: "4.12.9-bb.3"
# -- Flux reconciliation overrides specifically for the Gitlab Package
flux: {}
......
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