From 2843830ea13b2536477b014e522c515c70ea3c03 Mon Sep 17 00:00:00 2001 From: Andrey Pokhilko Date: Thu, 10 Aug 2023 10:43:46 +0100 Subject: [PATCH] Fix debug flag in helm chart --- charts/helm-dashboard/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/helm-dashboard/templates/deployment.yaml b/charts/helm-dashboard/templates/deployment.yaml index 84ac661..0e8b961 100644 --- a/charts/helm-dashboard/templates/deployment.yaml +++ b/charts/helm-dashboard/templates/deployment.yaml @@ -48,7 +48,7 @@ spec: - name: HELM_DATA_HOME value: /opt/dashboard/helm/data - name: DEBUG - value: {{- ternary " 1" "" .Values.debug }} + value: {{- ternary " '1'" "" .Values.debug }} {{- if .Values.dashboard.namespace }} - name: HELM_NAMESPACE value: {{ .Values.dashboard.namespace }}