remove small mistake from common chart
This commit is contained in:
@@ -19,4 +19,4 @@ name: common
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/library/common
|
||||
type: library
|
||||
version: 5.0.0
|
||||
version: 5.0.1
|
||||
|
||||
@@ -48,7 +48,6 @@ spec:
|
||||
{{- range $_, $hpm := $hostPathMounts }}
|
||||
chown -R {{ printf "%d:%d %s" (int $user) (int $group) $hpm.mountPath }}
|
||||
{{- end }}
|
||||
{{- with (include "common.controller.volumeMounts" . | trim) }}
|
||||
volumeMounts:
|
||||
{{- range $name, $hpm := $hostPathMounts }}
|
||||
- name: {{ printf "hostpathmounts-%s" $name }}
|
||||
|
||||
Reference in New Issue
Block a user