Fix debug flag in helm chart

This commit is contained in:
Andrey Pokhilko
2023-08-10 10:43:46 +01:00
committed by GitHub
parent d46d7ab1da
commit 2843830ea1

View File

@@ -48,7 +48,7 @@ spec:
- name: HELM_DATA_HOME - name: HELM_DATA_HOME
value: /opt/dashboard/helm/data value: /opt/dashboard/helm/data
- name: DEBUG - name: DEBUG
value: {{- ternary " 1" "" .Values.debug }} value: {{- ternary " '1'" "" .Values.debug }}
{{- if .Values.dashboard.namespace }} {{- if .Values.dashboard.namespace }}
- name: HELM_NAMESPACE - name: HELM_NAMESPACE
value: {{ .Values.dashboard.namespace }} value: {{ .Values.dashboard.namespace }}