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