From 8b5ab4097b63098709239ea6d831a42298da2781 Mon Sep 17 00:00:00 2001
From: Max Kaminskiy <max.kaminskiy@snowplow.io>
Date: Tue, 3 Jan 2023 12:11:54 -0800
Subject: [PATCH] charts/daemonset: Fix removed newline (closes #81)

---
 charts/daemonset/Chart.yaml               | 2 +-
 charts/daemonset/templates/daemonset.yaml | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

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 }}