define: &region "asia-southeast1"

backend: kind

clusters:
  localdev:
    manifests:
      nginx-ingress:
        from: "https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml"
        options: "-f"
    region: *region
    name: local-cluster
    apps:
      devex-dev:
        path: products/devex/cd/base
        track: development
        type: kustomize
