mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

Operator has used "gpu-manager" as part of the cluster object names it creates. Kustomize based deployments can be aligned with that. Signed-off-by: Ukri Niemimuukko <ukri.niemimuukko@intel.com>
13 lines
277 B
YAML
13 lines
277 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: gpu-manager-rolebinding
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: gpu-manager-sa
|
|
namespace: default
|
|
roleRef:
|
|
kind: ClusterRole
|
|
name: gpu-manager-role
|
|
apiGroup: rbac.authorization.k8s.io
|