apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization metadata: name: homelab-root # Phase 1 app-of-apps entry point. # `kubectl apply -k k8s/argocd/root` creates the homelab-root Application, which # then renders every child under k8s/argocd/apps/ and deploys the cluster. resources: - homelab-root.yaml