mirror of
https://github.com/ghndrx/homelab-gitops.git
synced 2026-02-13 00:04:56 +00:00
feat: add ArgoCD bootstrap with ApplicationSet pattern
- Add root ApplicationSet using Git Directory Generator - Configure AppProjects for infrastructure and apps separation - Add cert-manager with Let's Encrypt ClusterIssuers (staging/prod) - Add SOPS configuration for age-encrypted secrets - Add bootstrap documentation (docs/BOOTSTRAP.md) - Scaffold infrastructure dirs (networking, storage, monitoring) - Update README with quick start and architecture GitOps pattern: directories auto-discovered by ArgoCD ApplicationSets Reference: CNCF App-of-Apps best practices 2025
This commit is contained in:
12
clusters/defiant/kustomization.yaml
Normal file
12
clusters/defiant/kustomization.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# clusters/defiant/kustomization.yaml
|
||||
# Root Kustomization for defiant k3s cluster
|
||||
# Applied by ArgoCD or manually via: kubectl apply -k clusters/defiant/
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: argocd
|
||||
|
||||
resources:
|
||||
- argocd-namespace.yaml
|
||||
- root-applicationset.yaml
|
||||
- projects.yaml
|
||||
Reference in New Issue
Block a user