Skip to content

Commit

Permalink
Merge pull request #935 from fluxcd/fix-925
Browse files Browse the repository at this point in the history
Fix patching on drift detection
  • Loading branch information
souleb committed Apr 9, 2024
2 parents d2371a2 + de65884 commit 9059e7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/reconcile/atomic_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,7 @@ func (r *AtomicRelease) actionForState(ctx context.Context, req *Request, state
"resource", diff.ResourceName(change.DesiredObject))
case jsondiff.DiffTypeUpdate:
log.V(logger.DebugLevel).Info("resource modified",
"resource", diff.ResourceName(change.DesiredObject),
"patch", jsondiff.MaskSecretPatchData(change.Patch))
"resource", diff.ResourceName(change.DesiredObject))
}
}

Expand Down

0 comments on commit 9059e7f

Please sign in to comment.