airshipctl/manifests/composite/infra/kustomization.yaml
Sirajudeen f212cfd55b Deploy Calico using Tigera Operator
* Migrate the Calico function in airshipctl to deploy the
  Tigera Operator, instead of raw manifests
* Added a new executor `kubernetes-apply-nowait` to run phase with nowait
* nowait had to be done for phase `initinfra-networking-<ephemeral/target>`
  because of an issue with phase status-check for a specific resource
  `installation` which is part of tigera operator CR

Change-Id: I748813667cdc5d05c9f0758d9c1e28082d79bdbe
Closes: #368
2021-01-01 04:32:22 +00:00

6 lines
161 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../function/cni/tigera-operator/v1.13.0
- ../../function/cert-manager/v1.1.0