fix(monitoring): use Replace sync option to avoid CRD patch annotation size issues

This commit is contained in:
u1
2026-02-14 11:01:03 +00:00
parent 0c0f219d02
commit e7f9594381

View File

@@ -34,4 +34,5 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
- Replace=true
- ServerSideApply=true