Skip to content

Commit

Permalink
add privileges for pods and deployments
Browse files Browse the repository at this point in the history
Signed-off-by: B1F030 <[email protected]>
  • Loading branch information
B1F030 committed Oct 14, 2024
1 parent 6dcfcf1 commit f8057dd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ rules:
- ""
resources:
- nodes
- pods
verbs:
- list
- apiGroups:
Expand Down Expand Up @@ -69,6 +70,9 @@ rules:
- deployments
verbs:
- get
- create
- update
- delete
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit f8057dd

Please sign in to comment.