Skip to content

Commit 933a659

Browse files
authored
add patch to pvc rbac (#261)
1 parent d4774e5 commit 933a659

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

chart/templates/role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ rules:
2626
- create
2727
- update
2828
- delete
29+
- patch
2930
- apiGroups:
3031
- ""
3132
resources:

deploy/role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ rules:
1717
- create
1818
- update
1919
- delete
20+
- patch
2021
- apiGroups:
2122
- ""
2223
resources:

0 commit comments

Comments
 (0)