Skip to main content

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