From a2a32c5f8ee6a1ba881f6a0eb70f04e0bb317886 Mon Sep 17 00:00:00 2001 From: gsmith-sas <65406958+gsmith-sas@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:03:26 -0500 Subject: [PATCH] Suppress seccompProfile for FB pods on OpenShift for now (fix: requires SCC update) --- logging/openshift/values-fluent-bit-events.yaml | 2 ++ logging/openshift/values-fluent-bit.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/logging/openshift/values-fluent-bit-events.yaml b/logging/openshift/values-fluent-bit-events.yaml index 21a883af..99deb67d 100644 --- a/logging/openshift/values-fluent-bit-events.yaml +++ b/logging/openshift/values-fluent-bit-events.yaml @@ -1,3 +1,5 @@ +podSecurityContext: + seccompProfile: {} securityContext: privileged: true openShift: diff --git a/logging/openshift/values-fluent-bit.yaml b/logging/openshift/values-fluent-bit.yaml index 21a883af..6ce2784a 100644 --- a/logging/openshift/values-fluent-bit.yaml +++ b/logging/openshift/values-fluent-bit.yaml @@ -1,3 +1,5 @@ +podSecurityContext: + seccompProfile: {} securityContext: privileged: true openShift: