ISSUE:
=====
Customer is facing the bellow error when applying a ConfigMap via gitops
The gitops operator version used is: 1.5.2
~~~
ConfigMap is invalid: metadata.annotations: Too long: must have at most 262144 characters
~~~
OBSERVATIONS:
=============
the customer already tried bellow configuration without success
~~~
syncOptions:
- Replace=true
~~~
~~~
syncOptions:
- ApplyOutOfSyncOnly=true
- Replace=true
- PruneLast=true
~~~
From this link [0] shows similar issue reported in the upstream project.
https://github.com/argoproj/argo-cd/issues/7131