Skip to content

Commit

Permalink
fix: add patch permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
  • Loading branch information
vishal-chdhry committed Sep 17, 2024
1 parent ad00426 commit d1272e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/reports-server/templates/cluster-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ rules:
- create
- delete
- update
- patch
- apiGroups:
- wgpolicyk8s.io
resources:
Expand Down
1 change: 1 addition & 0 deletions config/install-inmemory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ rules:
- create
- delete
- update
- patch
- apiGroups:
- wgpolicyk8s.io
resources:
Expand Down
1 change: 1 addition & 0 deletions config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ rules:
- create
- delete
- update
- patch
- apiGroups:
- wgpolicyk8s.io
resources:
Expand Down

0 comments on commit d1272e8

Please sign in to comment.