Documentation around `flagger.app/config-tracking` is lacking
So when I read https://github.com/fluxcd/flagger/blob/b6ac5e19aa7fa2949bbc8bf37a0f6c1e31b1745d/docs/gitbook/usage/how-it-works.md?plain=1#L116-L117 I thought that when adding this annotation flagger would now update canary and trigger rollout to primary deployment directly with the changes in the configmap/secret.
This doesn't seem to be the case.
The documentation should be made clearer in this regard. Maybe example could added how to get this behavior as doing checksum pattern on deployment won't work as that would just trigger flagger analysis. One option that I have thought would be to use sidecar that watches configmap/secret values and restarts pods.
Alternatively feature could be added to flagger for doing this. Maybe there already is and I am just missing it :woman_shrugging:
the documentation is perfectly clear to me. could you suggest any edits that would make more sense here?