airshipctl/manifests/function/cni/calico/v3/rbac/node-rolebinding.yaml
Sirajudeen e6f2e2407f Rename calico folder to use major version part
* Use just the major part for the calico version for folder naming.
* For any minor uprades, it will be just reference updates within manifests.
* When moving to major version, then we will add a new folder with
  that version naming (v4)

Change-Id: I1ee30af26c3030531ef719a3cb649fb999d0244c
2020-09-01 14:53:42 +00:00

13 lines
261 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: calico-node
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: calico-node
subjects:
- kind: ServiceAccount
name: calico-node
namespace: kube-system