Skip to content

Commit

Permalink
charts/daemonset: Fix removed newline (closes #81)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKam committed Jan 4, 2023
1 parent 8023db4 commit 8b5ab40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/daemonset/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 3 additions & 1 deletion charts/daemonset/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 8b5ab40

Please sign in to comment.