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