Repository Structure
This page is under construction
devops-sandbox/
βββ _argocd-infra/ # ArgoCD infrastructure and ApplicationSets
β βββ templates/
β β βββ appsets.yaml # Dynamic ApplicationSet generator
β βββ values.yaml # ArgoCD configuration
βββ _chart/ # Reusable application library (applib)
β βββ templates/ # Common Kubernetes templates
β βββ values.yaml # Default Library chart configuration values
βββ applications/ # Individual application configurations
β βββ */
β βββ Chart.yaml # App-specific chart with dependencies
β βββ argo.yaml # ArgoCD application configuration
β βββ values.yaml # Application-specific values
β βββ *.values.yaml # Environment-specific overrides
βββ global.yaml # Global configuration baseline
βββ demo.yaml # Cloud-specific overrides
βββ *.yaml # Additional configuration files