Commit graph

5 commits

Author SHA1 Message Date
29c0a59734
fix(observability): 🐛 add SkipDryRunOnMissingResource to o12y syncOptions
VLSingle CRD missing at sync time — ArgoCD pre-validates all resources
before applying any, causing 'synchronization tasks not valid' on CRs
whose CRDs are created by the operator in the same sync wave.
SkipDryRunOnMissingResource=true bypasses dry-run for missing CRDs,
unblocking the CRD bootstrap deadlock.
2026-06-19 09:56:24 +02:00
a52a6691a8
fix(observability): 🐛 add prune + RespectIgnoreDifferences to o12y syncPolicy
Fix CRD bootstrap deadlock on victoria-metrics-k8s-stack ArgoCD app.
Adds prune: true and RespectIgnoreDifferences=true to prevent sync
failures when CRs are applied before CRDs are established.
2026-06-19 09:52:01 +02:00
Martin McCaffery
585ccce95d
Automated upload for dev.t09.de 2026-01-30 14:56:24 +01:00
Martin McCaffery
b3b41f3451
Clean up dead environment config 2026-01-30 10:57:48 +01:00
Automated pipeline
f179351f83 Automated upload for dev.t09.de 2025-12-05 13:56:55 +00:00