Skip to content

Commit a1c30d5

Browse files
committed
fix(hostshield): add delete authorization to leases rbac
1 parent a2082f2 commit a1c30d5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

charts/shield/templates/host/role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ rules:
2121
- list
2222
- update
2323
- watch
24+
- delete
2425
{{- end }}

charts/shield/tests/host/role_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ tests:
3535
- list
3636
- update
3737
- watch
38+
- delete
3839

3940
- it: Ensure the Role is not created when not requested
4041
set:

0 commit comments

Comments
 (0)