Skip to content

Commit 2460d45

Browse files
authored
fix: add missing permissions to create CRDs (#587)
PROBLEM: KRO service account lacks the necessary permissions to create CustomResourceDefinitions (CRDs) at the cluster scope. SOLUTION: add the missing `create` verb to apiextensions.k8s.io/customresourcedefinitions Signed-off-by: cmontemuino <[email protected]>
1 parent eb6dcf5 commit 2460d45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/templates/cluster-role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ rules:
7474
resources:
7575
- customresourcedefinitions
7676
verbs:
77+
- create
7778
- get
7879
- list
7980
- watch

0 commit comments

Comments
 (0)