feat: allow the default-editor to edit argo workflows and fix bug #6649 (#6622)

* Update view-edit-cluster-roles.yaml

* Update view-edit-cluster-roles.yaml
This commit is contained in:
juliusvonkohout 2021-11-02 12:45:59 +01:00 committed by GitHub
parent e094b0aa4b
commit 83ce21f39a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -78,6 +78,23 @@ rules:
- delete
- disable
- enable
- apiGroups:
- kubeflow.org
verbs:
- '*'
resources:
- scheduledworkflows
- apiGroups:
- argoproj.io
verbs:
- '*'
resources:
- cronworkflows
- cronworkflows/finalizers
- workflows
- workflows/finalizers
- workfloweventbindings
- workflowtemplates
---