Skip to content

Commit

Permalink
Fix debug flag in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
undera authored Aug 10, 2023
1 parent d46d7ab commit 2843830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/helm-dashboard/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2843830

Please sign in to comment.