Skip to content

Commit 646d893

Browse files
committed
Add Missing RBAC to Helm Installer
The RBAC for the Helm installer has been updated to include missing "patch" permissions, specifically as required to label various resources during the installation using the "kubectl label" command. [ch12076]
1 parent 9c3881d commit 646d893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installers/helm/templates/rbac.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ rules:
4747
- get
4848
- create
4949
- delete
50+
- patch
5051
- apiGroups:
5152
- ''
5253
resources:
@@ -58,6 +59,7 @@ rules:
5859
- create
5960
- delete
6061
- list
62+
- patch
6163
- apiGroups:
6264
- ''
6365
resources:

0 commit comments

Comments
 (0)