Adds support for ClusterWorkflowTemplates (a 2.8 feature). (#345)
This commit is contained in:
parent
8f3bfae1fb
commit
2ad0ce8f3e
6 changed files with 47 additions and 2 deletions
|
|
@ -18,6 +18,8 @@ rules:
|
|||
- workflowtemplates/finalizers
|
||||
- cronworkflows
|
||||
- cronworkflows/finalizers
|
||||
- clusterworkflowtemplates
|
||||
- clusterworkflowtemplates/finalizers
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
|
|
@ -42,6 +44,8 @@ rules:
|
|||
- workflowtemplates/finalizers
|
||||
- cronworkflows
|
||||
- cronworkflows/finalizers
|
||||
- clusterworkflowtemplates
|
||||
- clusterworkflowtemplates/finalizers
|
||||
verbs:
|
||||
- create
|
||||
- delete
|
||||
|
|
@ -71,6 +75,8 @@ rules:
|
|||
- workflowtemplates/finalizers
|
||||
- cronworkflows
|
||||
- cronworkflows/finalizers
|
||||
- clusterworkflowtemplates
|
||||
- clusterworkflowtemplates/finalizers
|
||||
verbs:
|
||||
- create
|
||||
- delete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue