mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-05-01 22:36:05 -04:00
21 lines
300 B
YAML
21 lines
300 B
YAML
apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: persistenceagent
|
|
rules:
|
|
- apiGroups:
|
|
- argoproj.io
|
|
resources:
|
|
- workflows
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|
|
- apiGroups:
|
|
- kubeflow.org
|
|
resources:
|
|
- scheduledworkflows
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|