Skip to content

Commit cc65426

Browse files
committed
chore: Remove superfluous permissions from the product clusterrole
1 parent 9f3a885 commit cc65426

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

deploy/helm/hdfs-operator/templates/clusterrole-product.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ rules:
2929
- pods
3030
verbs:
3131
- list
32-
# Required to report events from HDFS product pods.
33-
- apiGroups:
34-
- events.k8s.io
35-
resources:
36-
- events
37-
verbs:
38-
- create
39-
- patch
4032
{{ if .Capabilities.APIVersions.Has "security.openshift.io/v1" }}
4133
# Required on OpenShift to allow HDFS pods to run as a non-root user.
4234
- apiGroups:

0 commit comments

Comments
 (0)