Skip to content

Commit ae65941

Browse files
committed
fix(docker): Give RBAC permission to delete Services
1 parent 4ed3d1b commit ae65941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/helm/listener-operator/templates/roles.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ rules:
6060
- list
6161
- watch
6262
- create
63+
- delete # Needed to set an ownerRef on already existing Services
6364
- patch
6465
- apiGroups:
6566
- ""

0 commit comments

Comments
 (0)