From 110488dfe9fe1926171fc77930904fc8b31e3555 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 24 Feb 2024 10:16:47 +0100 Subject: [PATCH] Update _autoperms.tpl --- library/common/templates/lib/util/_autoperms.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/lib/util/_autoperms.tpl b/library/common/templates/lib/util/_autoperms.tpl index c77a7765..c069ecad 100644 --- a/library/common/templates/lib/util/_autoperms.tpl +++ b/library/common/templates/lib/util/_autoperms.tpl @@ -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" -}}