argocd-gitops
Installation
SKILL.md
ArgoCD GitOps Patterns
Core GitOps workflow patterns for declarative infrastructure management.
Sync Wave Ordering
Sync waves control deployment order. Lower numbers deploy first.
| Wave | Purpose | Examples |
|---|---|---|
-10 |
Storage (CSI) | Mayastor |
-3 |
Secrets vault | OpenBao |
-2 |
Secrets sync | External Secrets |
-1 |
Observability, VPN | Jaeger, Kilo |
0 |
Default | Most operators |
1 |
Application layer | KubeAI, apps |
2 |
Dependent services | Harbor |