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.
This commit is contained in:
Daniel Sy 2026-06-19 09:56:19 +02:00
parent a52a6691a8
commit 29c0a59734
Signed by untrusted user: danielsy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -15,6 +15,7 @@ spec:
- CreateNamespace=true
- ServerSideApply=true
- RespectIgnoreDifferences=true
- SkipDryRunOnMissingResource=true
destination:
name: in-cluster
namespace: observability