A1: Replace per-repo Forgejo entries with https://forgejo.riotpiao.com/rock/* wildcard so onboarding never requires touching AppProject. A2: Add wave -1 Application for k8s/argocd/projects/ so it syncs before any Application references the AppProject. Also add kustomization.yaml to k8s/argocd/projects/ to make it renderable. Enabled by Stage 1 (A1, A2).
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
|