11 lines
320 B
YAML
11 lines
320 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
|
|
kind: Kustomization
|
||
|
|
metadata:
|
||
|
|
name: argocd-projects
|
||
|
|
|
||
|
|
# AppProject definitions for ArgoCD. Synced by wave -1 Application
|
||
|
|
# (k8s/argocd/apps/-1-projects.yaml) so they exist before any Application
|
||
|
|
# references them. Enabled by Stage 1 (A2).
|
||
|
|
resources:
|
||
|
|
- homelab-project.yaml
|