From f6f0b118ab892e5e6edc4a7caab4105eeb5d9aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Unai=20Arr=C3=ADen?= Date: Fri, 4 Oct 2024 13:54:34 +0200 Subject: [PATCH] chore: add missing capability to openshift scc example (#603) Signed-off-by: Unai Arrien --- deploy/examples/vault-openshift-scc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/examples/vault-openshift-scc.yaml b/deploy/examples/vault-openshift-scc.yaml index c2d9b635..34e9daa0 100644 --- a/deploy/examples/vault-openshift-scc.yaml +++ b/deploy/examples/vault-openshift-scc.yaml @@ -14,6 +14,7 @@ allowPrivilegedContainer: false defaultAddCapabilities: null allowedCapabilities: - IPC_LOCK +- SETFCAP allowedUnsafeSysctls: null fsGroup: type: RunAsAny