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

Commit 0874085

Browse files
missing rbac for provisioner sidecar
1 parent 6d60964 commit 0874085

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/rbac.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ rules:
1616
- apiGroups: [""]
1717
resources: ["events"]
1818
verbs: ["list", "watch", "create", "update", "patch"]
19+
- apiGroups: ["coordination.k8s.io"]
20+
resources: ["leases"]
21+
verbs: ["get", "watch", "list", "delete", "update", "create"]
22+
- apiGroups: ["objectstorage.k8s.io"]
23+
resources: ["bucketaccesses"]
24+
verbs: ["get", "watch", "list", "delete", "update", "create"]
1925
---
2026
kind: ClusterRoleBinding
2127
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)