github.com/k8snetworkplumbingwg/sriov-network-operator@v1.2.1-0.20240408194816-2d2e5a45d453/deploy/clusterrolebinding.yaml (about)

     1  apiVersion: rbac.authorization.k8s.io/v1
     2  kind: ClusterRoleBinding
     3  metadata:
     4    name: sriov-network-operator
     5  roleRef:
     6    kind: ClusterRole
     7    name: sriov-network-operator
     8  subjects:
     9  - kind: ServiceAccount
    10    namespace: $NAMESPACE
    11    name: sriov-network-operator
    12  ---
    13  apiVersion: rbac.authorization.k8s.io/v1
    14  kind: ClusterRoleBinding
    15  metadata:
    16    name: sriov-network-config-daemon
    17  roleRef:
    18    kind: ClusterRole
    19    name: sriov-network-config-daemon
    20  subjects:
    21  - kind: ServiceAccount
    22    namespace: $NAMESPACE
    23    name: sriov-network-config-daemon
    24