Skip to content

Commit 29c9056

Browse files
committed
chore: Remove unused permissions from the product clusterrole
1 parent 1926125 commit 29c9056

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,6 @@ metadata:
88
labels:
99
{{- include "operator.labels" . | nindent 4 }}
1010
rules:
11-
# Read configuration and identity resources mounted or referenced by product pods.
12-
# - configmaps: HDFS configuration files
13-
# - secrets: TLS certificates and Kerberos keytabs (provided by secret-operator volumes)
14-
# - serviceaccounts: bound service account token projection
15-
- apiGroups:
16-
- ""
17-
resources:
18-
- configmaps
19-
- secrets
20-
- serviceaccounts
21-
verbs:
22-
- get
2311
{{ if .Capabilities.APIVersions.Has "security.openshift.io/v1" }}
2412
# Required on OpenShift to allow HDFS pods to run as a non-root user.
2513
- apiGroups:

0 commit comments

Comments
 (0)