intel-device-plugins-for-ku.../deployments/gpu_plugin/overlays/fractional_resources/gpu-manager-rolebinding.yaml
Ukri Niemimuukko 1d09cd6549 align gpu kustomize object naming with operator naming
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>
2022-09-26 19:50:55 +03:00

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