ARGO_CD_ANNOTATIONS

controller.constants.ARGO_CD_ANNOTATIONS = {'argocd.argoproj.io/compare-options': 'IgnoreExtraneous', 'argocd.argoproj.io/sync-options': 'Prune=false'}

Annotations to add to most created objects.

These annotations tell Argo CD to ignore these resources for the purposes of determining if the Argo Cd Application object is out of date. We apply them to all the resources managed by the Nublado controller, since Argo CD should not manage them.