fix(backend): missing permissions for scheduled workflows (#7155)
* Update cluster-role.yaml * Update ml-pipeline-scheduledworkflow-role.yaml
This commit is contained in:
parent
436fe4f505
commit
c09c366ce8
|
|
@ -19,6 +19,7 @@ rules:
|
|||
- kubeflow.org
|
||||
resources:
|
||||
- scheduledworkflows
|
||||
- scheduledworkflows/finalizers
|
||||
verbs:
|
||||
- create
|
||||
- get
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ rules:
|
|||
- kubeflow.org
|
||||
resources:
|
||||
- scheduledworkflows
|
||||
- scheduledworkflows/finalizers
|
||||
verbs:
|
||||
- create
|
||||
- get
|
||||
|
|
|
|||
Loading…
Reference in New Issue