Skip to content

Commit

Permalink
fix rbac again
Browse files Browse the repository at this point in the history
  • Loading branch information
reshnm committed Sep 28, 2023
1 parent 4e5e614 commit 7237924
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rules:
verbs:
- create
- get
- list
- watch
- patch
- update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rules:
verbs:
- create
- get
- list
- watch
- patch
- update
Expand All @@ -26,13 +27,21 @@ rules:
resources:
- secrets
- configmaps
- deployments
- pods
verbs:
- get
- list
- watch

- apiGroups:
- apps
resources:
- deployments
verbs:
- get
- list
- watch

- apiGroups:
- autoscaling
resources:
Expand Down

0 comments on commit 7237924

Please sign in to comment.