Update _autoperms.tpl

This commit is contained in:
Kjeld Schouten
2024-02-24 10:16:47 +01:00
parent b8a36adf46
commit 110488dfe9

View File

@@ -1,7 +1,7 @@
{{/* Contains the auto-permissions job */}}
{{- define "tc.v1.common.lib.util.autoperms" -}}
{{- $permAllowedTypes := (list "hostPath" "emptyDir" "nfs" "ixVolume") -}}
{{- $permAllowedTypes := (list "hostPath" "emptyDir" "nfs" ) -}}
{{/* If you change this path, you must change it under _volumeMounts.tpl too*/}}
{{- $basePath := "/mounts" -}}