In the Helm controller the HelmRelease has an option to specify DriftDetection configuration:
https://fluxcd.io/flux/components/helm/helmreleases/#drift-detection
It would be useful to have a similar configuration option for the Kustomization resources to control whether the kustomize-controller should only detect drifts/changes or should actively fix those.
I know the helm controller and the HelmRelease resource is a bit different form the Kustomization, so it might not be that obvious to take the same approach, but this functionality could be extremely useful in scenarios when the Kustomization is suspended and then turned on again.