UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 552f98ab authored by Micah Nagel's avatar Micah Nagel
Browse files

Fix missing comma for issuer_uri

parent c1316e2e
2 merge requests!1658Draft: Merge branch 'tempo_tracing_updates' into 'master',!1505Fix missing comma for issuer_uri
Pipeline #740684 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