We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb831c commit dbb4748Copy full SHA for dbb4748
charts/dashboard/Chart.yaml
@@ -4,4 +4,4 @@
4
apiVersion: v1
5
description: A Helm chart for hosting the dashboard
6
name: dashboard
7
-version: 0.2.1
+version: 0.2.2
charts/dashboard/templates/dashboard-props-cm.yaml
@@ -18,6 +18,6 @@ data:
18
"authClientId": {{ default .Values.global.oidc.dashboardClientID "greenhouse" | quote }},
19
"currentHost": {{ required ".Values.dashboard.assetServerURL missing" .Values.dashboard.assetServerURL | quote }},
20
"apiEndpoint": {{ include "dashboard.api.hostname" $ | quote }},
21
- "demoUserToken": {{ get $secretData "token" | quote }}
+ "demoUserToken": {{ get $secretData "token" | b64dec | quote }}
22
}
23
0 commit comments