Skip to content

Commit 792f940

Browse files
committed
helm: fix generated chart RBAC
After we updated the operator RBAC to include Events, we never updated the checked in version of the chart to reflect that. This doesn't effect releases, as CI regenerates the helm chart, but does impact people who checkout the repository and use the local helm chart. Signed-off-by: Danielle Lancashire <[email protected]>
1 parent 30def7d commit 792f940

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

charts/spin-operator/templates/manager-rbac.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ rules:
4747
- deployments/status
4848
verbs:
4949
- get
50+
- apiGroups:
51+
- ""
52+
resources:
53+
- events
54+
verbs:
55+
- create
56+
- patch
5057
- apiGroups:
5158
- core.spinoperator.dev
5259
resources:

0 commit comments

Comments
 (0)