We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1926125 commit 29c9056Copy full SHA for 29c9056
1 file changed
deploy/helm/hdfs-operator/templates/clusterrole-product.yaml
@@ -8,18 +8,6 @@ metadata:
8
labels:
9
{{- include "operator.labels" . | nindent 4 }}
10
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
23
{{ if .Capabilities.APIVersions.Has "security.openshift.io/v1" }}
24
# Required on OpenShift to allow HDFS pods to run as a non-root user.
25
- apiGroups:
0 commit comments