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
|
- kubeflow.org
|
||||||
resources:
|
resources:
|
||||||
- scheduledworkflows
|
- scheduledworkflows
|
||||||
|
- scheduledworkflows/finalizers
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
- get
|
- get
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ rules:
|
||||||
- kubeflow.org
|
- kubeflow.org
|
||||||
resources:
|
resources:
|
||||||
- scheduledworkflows
|
- scheduledworkflows
|
||||||
|
- scheduledworkflows/finalizers
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
- get
|
- get
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue