diff --git a/charts/daemonset/Chart.yaml b/charts/daemonset/Chart.yaml index c931382..0bdb3a8 100644 --- a/charts/daemonset/Chart.yaml +++ b/charts/daemonset/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: daemonset description: A Helm Chart to deploy an arbitrary container as a daemonset. -version: 0.2.0 +version: 0.2.1 icon: https://raw.githubusercontent.com/snowplow-devops/helm-charts/master/docs/logo/snowplow.png home: https://github.com/snowplow-devops/helm-charts sources: diff --git a/charts/daemonset/templates/daemonset.yaml b/charts/daemonset/templates/daemonset.yaml index 1735e77..1a7be44 100644 --- a/charts/daemonset/templates/daemonset.yaml +++ b/charts/daemonset/templates/daemonset.yaml @@ -61,7 +61,9 @@ spec: {{- if $v.path }} hostPath: path: {{ $v.path }} - {{- if $v.type }}type: {{ $v.type }}{{- end }} + {{- if $v.type }} + type: {{ $v.type }} + {{- end }} {{- end }} {{- end }}