Complete GitOps workflow with ArgoCD, Helm, and Kustomize.
├── apps/ # ArgoCD Application definitions
├── charts/ # Helm charts
├── overlays/ # Kustomize overlays (dev/staging/prod)
├── policies/ # OPA/Gatekeeper policies
└── secrets/ # Sealed secrets
# Apply ArgoCD apps
kubectl apply -f apps/
# Sync manually
argocd app sync productionApache 2.0