From df7a725c42f8ea161d00f67f79be9e9c218f123b Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sun, 26 Feb 2023 21:03:09 +0200 Subject: [PATCH] whoops --- library/common/templates/lib/pod/_podSecurityContext.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/lib/pod/_podSecurityContext.tpl b/library/common/templates/lib/pod/_podSecurityContext.tpl index 4d82b18a..2e93fab0 100644 --- a/library/common/templates/lib/pod/_podSecurityContext.tpl +++ b/library/common/templates/lib/pod/_podSecurityContext.tpl @@ -52,7 +52,7 @@ objectData: The object data to be used to render the Pod. {{- end -}} {{- if $gpuAdded -}} - {{- $_ := set $secContext "supplementalGroups" (concat $secContext.supplementalGroups 44) -}} + {{- $_ := set $secContext "supplementalGroups" (concat $secContext.supplementalGroups (list 44)) -}} {{- end -}} {{- if $deviceAdded -}}