Skip to content

Commit 2ffdfaa

Browse files
author
Gimi Liang
committed
Fixed permissions in CluserRole of splunk-kubernetes-objects.
It actually needs `list`, but we specified `get`.
1 parent ec7556d commit 2ffdfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/charts/splunk-kubernetes-objects/templates/clusterRole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rules:
1414
{{- range $index, $object := .Values.pullObjects }}
1515
- {{ $object.name }}
1616
{{- end }}
17-
verbs: ["get"]
17+
verbs: ["get", "list"]
1818
- apiGroups: [""]
1919
resources:
2020
{{- range $index, $object := .Values.watchObjects }}

0 commit comments

Comments
 (0)