Does FluxCD support a feature analogous spec.ignoreDifferences
in ArgoCD apps where the reconciler ignores differences in manifest during synchronization? Will FluxCD even detect changes in Helm charts at all when the Chart's version does not change?
FluxCD seems to use Helm directly to install/update apps, whereas ArgoCD uses Helm to render the manifests then perform a diff itself. It seems this would allow ArgoCD to offer features like ignoreDifferences
that FluxCD can't.
I could not find any information about it in the documentation.