From 8d664da2c061997d57b2faf66f547af1893cb543 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 30 Dec 2024 07:38:59 -0600 Subject: [PATCH] fixup! ci: Add CAP_CHROOT to build container --- ci/podTemplate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 7e63b92..a0f1c5c 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -12,8 +12,8 @@ spec: securityContext: capabilities: add: - - CAP_CHROOT - CAP_SETFCAP + - CAP_SYS_CHROOT volumeMounts: - mountPath: /build name: workspace-volume