Skip to content

Commit 46eb334

Browse files
committed
chore: Remove unused permissions for the product ClusterRole
1 parent 19e3b0b commit 46eb334

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

deploy/helm/druid-operator/templates/roles.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,6 @@ metadata:
178178
labels:
179179
{{- include "operator.labels" . | nindent 4 }}
180180
rules:
181-
# Druid reads its own configuration (ConfigMaps), credentials (Secrets), and service account
182-
# token (ServiceAccount) at runtime from within the pod.
183-
- apiGroups:
184-
- ""
185-
resources:
186-
- configmaps
187-
- secrets
188-
- serviceaccounts
189-
verbs:
190-
- get
191181
# Allows Druid pods to emit Kubernetes events (e.g. for lifecycle notifications).
192182
- apiGroups:
193183
- events.k8s.io

0 commit comments

Comments
 (0)