Updating clusterrole to include cronworkflow crd
This commit is contained in:
parent
679418d510
commit
6fc0c2dbed
1 changed files with 19 additions and 1 deletions
|
@ -43,6 +43,7 @@ rules:
|
|||
- update
|
||||
- patch
|
||||
- delete
|
||||
- create
|
||||
- apiGroups:
|
||||
- argoproj.io
|
||||
resources:
|
||||
|
@ -59,4 +60,21 @@ rules:
|
|||
verbs:
|
||||
- get
|
||||
- list
|
||||
|
||||
- apiGroups:
|
||||
- argoproj.io
|
||||
resources:
|
||||
- cronworkflows
|
||||
- cronworkflows/finalizers
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- update
|
||||
- patch
|
||||
- delete
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- events
|
||||
verbs:
|
||||
- create
|
||||
|
|
Loading…
Reference in a new issue