From 6c8f1aecf278cfa793ca3d6c8655e3ae71daa660 Mon Sep 17 00:00:00 2001 From: Alberto Pimpo Date: Tue, 6 Aug 2024 13:14:22 +0200 Subject: [PATCH] Change Openshift scc seLinuxContext to RunAsAny Signed-off-by: Alberto Pimpo --- charts/fluent-bit/templates/scc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/fluent-bit/templates/scc.yaml b/charts/fluent-bit/templates/scc.yaml index 5c599106..a28fd00e 100644 --- a/charts/fluent-bit/templates/scc.yaml +++ b/charts/fluent-bit/templates/scc.yaml @@ -27,7 +27,7 @@ requiredDropCapabilities: runAsUser: type: RunAsAny seLinuxContext: - type: MustRunAs + type: RunAsAny supplementalGroups: type: RunAsAny volumes: