fluxcd / helm-controller

The GitOps Toolkit Helm reconciler, for declarative Helming
https://fluxcd.io
Apache License 2.0
407 stars 160 forks source link

Drift Detection is not logging JSON patch when --log-level=debug #1008

Closed RRFreitas closed 3 months ago

RRFreitas commented 3 months ago

Hey folks,

Flux documentation about drift detection has the following statement: In addition, a more extensive JSON Patch summary is logged to the controller logs (with --log-level=debug).. But, after this commit the helm-controller does not log the JSON patch. We would like this feature again in order to debug the drift detections.