Fix hostPathMounts and add install test (#527)

* Fix hostPathMounts and add install test

* whoops fix
This commit is contained in:
Kjeld Schouten-Lebbing
2021-05-28 23:06:40 +02:00
committed by GitHub
parent d782167fd3
commit 91c199f2ed
5 changed files with 70 additions and 4 deletions
@@ -72,7 +72,7 @@ Creates Volumes for hostPaths which can be directly mounted to a container
{{ if $hpm.name }}
{{ $name = $hpm.name }}
{{ end }}
- name: {{ printf "hostpathmounts-%s" $name }}
- name: hostpathmounts-{{ $name }}
{{- /* Always prefer an emptyDir next if that is set */}}
{{- $emptyDir := false -}}
{{- if $hpm.emptyDir -}}