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 30f1b19 commit c672fbbCopy full SHA for c672fbb
1 file changed
deploy/helm/opensearch-operator/templates/roles.yaml
@@ -150,18 +150,6 @@ metadata:
150
labels:
151
{{- include "operator.labels" . | nindent 4 }}
152
rules:
153
- # OpenSearch pods need read access to their own namespace resources at runtime:
154
- # - configmaps: read configuration (e.g. opensearch.yml, log4j2.properties)
155
- # - secrets: read TLS certificates and credentials mounted into the pod
156
- # - serviceaccounts: read own ServiceAccount metadata (e.g. for token projection)
157
- - apiGroups:
158
- - ""
159
- resources:
160
- - configmaps
161
- - secrets
162
- - serviceaccounts
163
- verbs:
164
- - get
165
# OpenSearch pods emit Kubernetes Events (e.g. via the Stackable logging framework).
166
- apiGroups:
167
- events.k8s.io
0 commit comments