UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1f82cbf6 authored by ablanchard's avatar ablanchard
Browse files

corrected typo in default value

parent a5168a25
No related branches found
No related tags found
1 merge request!370Enable dev sso for logging
Pipeline #206581 passed
......@@ -11,7 +11,7 @@ istio:
sso:
enabled: {{ .Values.logging.sso.enabled }}
client_id: {{ .Values.logging.sso.client_id }}
client_secret: {{ .Values.logging.sso.client_secret | default "no-client" }}
client_secret: {{ .Values.logging.sso.client_secret | default "no-secret" }}
oidc:
host: {{ .Values.sso.oidc.host }}
realm: {{ .Values.sso.oidc.realm }}
......
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