Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STOR-2136: Give delete permissions to snapshot-operator role #5277

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Give delete permissions to snapshot-operator role
for removing webhook deployment
  • Loading branch information
gnufied committed Dec 12, 2024
commit 5dbe1c6ea66ce00ebefd4f8cc95cced9ec5c5291
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ rules:
- create
- update
- patch
- delete
- apiGroups:
- policy
resources:
Expand All @@ -38,6 +39,7 @@ rules:
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
Expand All @@ -51,6 +53,7 @@ rules:
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
Expand Down