mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-07-15 18:59:27 -04:00
29 lines
530 B
YAML
29 lines
530 B
YAML
---
|
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
labels:
|
|
app: argo
|
|
name: argo
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: argo
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: argo
|
|
namespace: kubeflow
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
labels:
|
|
app: argo-ui
|
|
name: argo-ui
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: argo-ui
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: argo-ui
|