From 6ebf4a0b04d2a5827b98e5c17c753e130f4f2d60 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 19 Sep 2023 09:49:22 -0400 Subject: [PATCH] Remove unnecessary permission in the deploy file Relates: https://issues.redhat.com/browse/ACM-5295 Signed-off-by: mprahl --- deploy/gatekeeper-operator.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/deploy/gatekeeper-operator.yaml b/deploy/gatekeeper-operator.yaml index 5c1f952f..4cd6e221 100644 --- a/deploy/gatekeeper-operator.yaml +++ b/deploy/gatekeeper-operator.yaml @@ -1346,14 +1346,6 @@ rules: - patch - update - watch -- apiGroups: - - security.openshift.io - resourceNames: - - anyuid - resources: - - securitycontextconstraints - verbs: - - use --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole