e6f2e2407f
* 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
10 lines
161 B
YAML
10 lines
161 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
bases:
|
|
- crd
|
|
- rbac
|
|
resources:
|
|
- kube-controller.yaml
|
|
- node.yaml
|
|
- calico-config.yaml
|