Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 45ecccf

Browse files
authored
Merge pull request #34 from NicolasT/patch-1
resources: allow read access to Pods
2 parents e51a8de + 6fd10e4 commit 45ecccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rules:
1717
resources: ["events"]
1818
verbs: ["list", "watch", "create", "update", "patch"]
1919
- apiGroups: [""]
20-
resources: ["secrets"]
20+
resources: ["pods", "secrets"]
2121
verbs: ["get", "watch", "list"]
2222
- apiGroups: ["objectstorage.k8s.io"]
2323
resources: ["bucketaccesses"]

0 commit comments

Comments
 (0)