From a5a0714dc0e2860bfbb3d672fc08a247695d7567 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sat, 24 Feb 2024 11:20:36 +0200 Subject: [PATCH] foramt --- 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 c069ecad..89b2b27a 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" ) -}} +{{- $permAllowedTypes := (list "hostPath" "emptyDir" "nfs") -}} {{/* If you change this path, you must change it under _volumeMounts.tpl too*/}} {{- $basePath := "/mounts" -}}