From 856c42367a9d0b5051fcb8b5f27ea34fc0d0c759 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Mon, 26 Aug 2024 13:01:12 +0000 Subject: [PATCH] chore: remove security context --- config/manager/manager.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 180128d..d875d75 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -48,14 +48,6 @@ spec: # operator: In # values: # - linux - securityContext: {} - # TODO(user): For common cases that do not require escalating privileges - # it is recommended to ensure that all your Pods/Containers are restrictive. - # More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted - # Please uncomment the following code if your project does NOT have to work on old Kubernetes - # versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ). - # seccompProfile: - # type: RuntimeDefault containers: - command: - /manager @@ -66,7 +58,6 @@ spec: envFrom: - configMapRef: name: public-repos - securityContext: {} livenessProbe: httpGet: path: /healthz