Skip to content

Commit

Permalink
Restore v prefix in app configmap (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Martinez Gotor committed Nov 3, 2020
1 parent 4234dfa commit 532ddf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/kubeapps/templates/dashboard-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data:
{
"kubeappsCluster": "{{ template "kubeapps.kubeappsCluster" . -}}",
"kubeappsNamespace": "{{ .Release.Namespace }}",
"appVersion": "{{ .Chart.AppVersion }}",
"appVersion": "v{{ .Chart.AppVersion }}",
"authProxyEnabled": {{ .Values.authProxy.enabled }},
"oauthLoginURI": {{ .Values.authProxy.oauthLoginURI | quote }},
"oauthLogoutURI": {{ .Values.authProxy.oauthLogoutURI | quote }},
Expand Down

0 comments on commit 532ddf8

Please sign in to comment.