From 40132753f5e62bf8a12f8bac014ee883b9f14762 Mon Sep 17 00:00:00 2001 From: andresm53 <61060896+andresm53@users.noreply.github.com> Date: Wed, 31 May 2023 14:33:42 -0300 Subject: [PATCH 1/2] Update scc.yaml https://github.com/nginxinc/nginx-ingress-helm-operator/issues/116 Signed-off-by: andresm53 <61060896+andresm53@users.noreply.github.com> --- resources/scc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/scc.yaml b/resources/scc.yaml index 717846cc..2f3fa32b 100644 --- a/resources/scc.yaml +++ b/resources/scc.yaml @@ -27,3 +27,5 @@ requiredDropCapabilities: - ALL users: - 'system:serviceaccount:*:nginx-ingress' +allowedCapabilities: + - NET_BIND_SERVICE From 7ba095bb614b0d8131f0819933afeedc43fecf72 Mon Sep 17 00:00:00 2001 From: andresm53 <61060896+andresm53@users.noreply.github.com> Date: Wed, 31 May 2023 19:45:05 -0300 Subject: [PATCH 2/2] Update scc-daemonset.yaml Signed-off-by: andresm53 <61060896+andresm53@users.noreply.github.com> --- resources/scc-daemonset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/scc-daemonset.yaml b/resources/scc-daemonset.yaml index 66a218e2..a2d2f135 100644 --- a/resources/scc-daemonset.yaml +++ b/resources/scc-daemonset.yaml @@ -27,3 +27,5 @@ requiredDropCapabilities: - ALL users: - 'system:serviceaccount:*:nginx-ingress' +allowedCapabilities: + - NET_BIND_SERVICE