Skip to content

Commit

Permalink
fix: missing rbac (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag authored Feb 5, 2024
1 parent 3d5cdc6 commit 27f5f06
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 27f5f06

Please sign in to comment.