This commit is contained in:
Stavros kois
2024-02-24 11:20:36 +02:00
committed by Kjeld Schouten
parent 603cc8fb64
commit a5a0714dc0

View File

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