refactor(argocd): replace wave/layer/phase schemes with two-phase bootstrap + app-of-apps and document both CD scopes — fixes self-hosted-git chicken-egg and stale paths

This commit is contained in:
Story Crater Bot
2026-07-20 08:22:53 -07:00
parent 15b1ec6ad4
commit c759481ea6
13 changed files with 774 additions and 13 deletions
+23
View File
@@ -0,0 +1,23 @@
# Wave 4 — Database schemas + init jobs. The CNPG operator and the ddb-cluster
# itself are Phase 0 (bootstrap); this app manages the additional schemas and
# the one-shot init job that seed databases for Authentik / Temporal / Vault.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: data-schemas
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "4"
spec:
project: homelab
source:
repoURL: http://forgejo.riotpiao.com:3000/riotpiao.com/homelab.git
targetRevision: main
path: k8s/data
destination:
server: https://kubernetes.default.svc
namespace: ddb
syncPolicy:
automated:
prune: true
selfHeal: true