UNCLASSIFIED - NO CUI

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

Merge branch 'gitlab-issuer-uri-comma' into 'master'

Fix missing comma for issuer_uri

Closes #1135

See merge request platform-one/big-bang/bigbang!1505
parents 5c25f513 552f98ab
No related branches found
No related tags found
2 merge requests!1658Draft: Merge branch 'tempo_tracing_updates' into 'master',!1505Fix missing comma for issuer_uri
Pipeline #740700 passed with warnings
......@@ -23,7 +23,7 @@ stringData:
],
"response_type": "code",
{{- if .Values.addons.gitlab.sso.issuer_uri }}
"issuer": "{{ .Values.addons.gitlab.sso.issuer_uri }}"
"issuer": "{{ .Values.addons.gitlab.sso.issuer_uri }}",
{{- else }}
"issuer": "https://{{ .Values.sso.oidc.host }}/auth/realms/{{ .Values.sso.oidc.realm }}",
{{- end }}
......
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