Files
homelab/k8s/argocd/root/kustomization.yaml
T

11 lines
320 B
YAML

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