mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Fix debug flag in helm chart
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user