mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-12 07:26:14 +00:00
14 lines
321 B
YAML
14 lines
321 B
YAML
|
kind: RoleBinding
|
||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
metadata:
|
||
|
name: clearml-tanzu-rolebinding
|
||
|
namespace: clearml
|
||
|
roleRef:
|
||
|
kind: ClusterRole
|
||
|
name: psp:vmware-system-privileged
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
subjects:
|
||
|
- kind: Group
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
name: system:serviceaccounts
|