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 18e3988 commit 30f1b19Copy full SHA for 30f1b19
1 file changed
deploy/helm/opensearch-operator/templates/roles.yaml
@@ -5,15 +5,7 @@ metadata:
5
labels:
6
{{- include "operator.labels" . | nindent 4 }}
7
rules:
8
- # For automatic cluster domain detection: nodes are listed/watched to find a node to
9
- # proxy through, and nodes/proxy is used to read kubelet info that contains the cluster domain.
10
- - apiGroups:
11
- - ""
12
- resources:
13
- - nodes
14
- verbs:
15
- - list
16
- - watch
+ # For automatic cluster domain detection.
17
- apiGroups:
18
- ""
19
resources:
0 commit comments