mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-07-19 12:48:44 -04:00
14 lines
299 B
YAML
14 lines
299 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
labels:
|
|
app: centraldashboard
|
|
name: centraldashboard
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: centraldashboard
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: centraldashboard
|
|
namespace: $(namespace)
|