2026-07-16 14:28:19 -07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
metadata:
|
|
|
|
|
name: homelab-root
|
|
|
|
|
|
2026-07-20 08:22:53 -07:00
|
|
|
# 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.
|
2026-07-16 14:28:19 -07:00
|
|
|
resources:
|
2026-07-20 08:22:53 -07:00
|
|
|
- homelab-root.yaml
|