remove auto sync for service

This commit is contained in:
2026-08-03 00:42:59 +07:00
parent 57dcecedb7
commit 80d181df68
2 changed files with 9 additions and 3 deletions
+9
View File
@@ -18,6 +18,15 @@ apps/<service>/
`homelab-app.yaml` watches `apps/*/application.yaml` (recurse) only.
**Sync policy differs from `cluster-platform` on purpose:** only the root
`homelab` Application is automated (`prune: true`, `selfHeal: true`) — it
picks up new/changed `apps/*/application.yaml` files automatically. Each
per-service Application (`ignis`, and any future one) has **no**
`syncPolicy.automated` — new services or config changes sit `OutOfSync` in
ArgoCD until manually synced (UI "Sync" button or `argocd app sync <name>`).
These are personal services, not cluster infra — a manual gate before an
update actually rolls out is worth it here.
## Bootstrap
```bash