Commit 2460d45
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
0 commit comments