Skip to content
Snippets Groups Projects
Commit 4a643535 authored by Sheogorath's avatar Sheogorath :european_castle: Committed by Brad Davidson
Browse files

fix: Add missing permission for CRD creation

parent 4e31e5d6
No related tags found
No related merge requests found
......@@ -11,6 +11,17 @@ rules:
- get
- list
- watch
- apiGroups:
- "apiextensions.k8s.io"
resources:
- customresourcedefinitions
verbs:
- get
- list
- watch
- create
- patch
- update
- apiGroups:
- ""
resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment