From 458d0cf5ac23167fcd15c7abf7b13c930e3aacee Mon Sep 17 00:00:00 2001 From: Anas El Barkani Date: Mon, 29 Jan 2024 17:17:40 +0100 Subject: [PATCH] removed seccomp --- charts/ingress-nginx/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 5e76d2fb4..bc359be60 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -34,8 +34,8 @@ controller: # www-data -> uid 101 runAsUser: 101 allowPrivilegeEscalation: false - seccompProfile: - type: RuntimeDefault + # seccompProfile: + # type: RuntimeDefault readOnlyRootFilesystem: false # -- Use an existing PSP instead of creating one existingPsp: "" @@ -695,8 +695,8 @@ controller: # -- The image's default user, inherited from its base image `cgr.dev/chainguard/static`. runAsUser: 65532 allowPrivilegeEscalation: false - seccompProfile: - type: RuntimeDefault + # seccompProfile: + # type: RuntimeDefault capabilities: drop: - ALL @@ -746,8 +746,8 @@ controller: runAsNonRoot: true runAsUser: 65532 allowPrivilegeEscalation: false - seccompProfile: - type: RuntimeDefault + # seccompProfile: + # type: RuntimeDefault capabilities: drop: - ALL @@ -766,8 +766,8 @@ controller: runAsNonRoot: true runAsUser: 65532 allowPrivilegeEscalation: false - seccompProfile: - type: RuntimeDefault + # seccompProfile: + # type: RuntimeDefault capabilities: drop: - ALL