UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit e961d7a5 authored by Michael McLeroy's avatar Michael McLeroy
Browse files

fix(monitoring): default for api_url

parent bba9a352
No related branches found
Tags 0.33.1-bb.3
No related merge requests found
This commit is part of merge request !2321. Comments created here will be created in the context of that merge request.
......@@ -316,7 +316,7 @@ grafana:
scopes: {{ .Values.monitoring.sso.grafana.scopes | default "openid profile email" }}
auth_url: {{ default (include "sso.oidc.auth" .) .Values.monitoring.sso.grafana.auth_url }}
token_url: {{ default (include "sso.oidc.token" .) .Values.monitoring.sso.grafana.token_url }}
api_url: {{ include "sso.oidc.userinfo" . }}
api_url: {{ default (include "sso.oidc.userinfo" .) .Values.monitoring.sso.grafana.api_url }}
allow_sign_up: {{ .Values.monitoring.sso.grafana.allow_sign_up | default "True" }}
role_attribute_path: {{ .Values.monitoring.sso.grafana.role_attribute_path | default "Viewer" }}
{{- with .Values.monitoring.sso.grafana }}
......
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