Skip to content

Commit

Permalink
Add configmaps to role at bootstrap/platform/k8s.go.
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Weit <[email protected]>
  • Loading branch information
aviweit committed Jun 25, 2024
1 parent 40d67ce commit f0cb126
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/bootstrap/platform/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ kind: ClusterRole
metadata:
name: cl-controlplane
rules:
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["create", "get", "list", "update", "watch"]
- apiGroups: [""]
resources: ["events"]
verbs: ["create", "update"]
Expand Down

0 comments on commit f0cb126

Please sign in to comment.