Skip to content

Commit a621298

Browse files
authored
chore: Remove superfluous permissions from the product clusterrole
Co-authored-by: Nick <[email protected]>
1 parent ea5c433 commit a621298

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ metadata:
88
labels:
99
{{- include "operator.labels" . | nindent 4 }}
1010
rules:
11-
# Allows Druid pods to emit Kubernetes events (e.g. for lifecycle notifications).
12-
- apiGroups:
13-
- events.k8s.io
14-
resources:
15-
- events
16-
verbs:
17-
- create
18-
- patch
1911
{{ if .Capabilities.APIVersions.Has "security.openshift.io/v1" }}
2012
# Required on OpenShift to allow the Druid pods to run as a non-root user.
2113
- apiGroups:

0 commit comments

Comments
 (0)