Skip to content

Commit 550aaff

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

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

charts/shield/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
- name: mavimo
1414
email: marcovito.moscaritolo@sysdig.com
1515
type: application
16-
version: 1.31.0
16+
version: 1.31.1
1717
appVersion: "1.0.0"

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)