Skip to content

Commit

Permalink
Remove unneeded deployment management permissions
Browse files Browse the repository at this point in the history
These were originally added when a different design was being considered
for the operator, and have managed to remain here undetected since.
  • Loading branch information
cbgbt committed Aug 8, 2023
1 parent e4a23de commit a72f542
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ rules:
- patch
- update
- watch
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- apiGroups:
- ""
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ rules:
- patch
- update
- delete
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit a72f542

Please sign in to comment.