You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argo CD does not exclude creationTimestamp from diffing. The creationTimestamp is often included in Git manifests and causes false positives during diffing.
Expected behavior
The creationTimestamp should be excluded from diffing.
Version
v1.7.0
The text was updated successfully, but these errors were encountered:
I'm still seeing this when running argocd app diff with the CLI. Notably, this happens even when the creationTimestamp is not part of the git manifests.
Describe the bug
Argo CD does not exclude
creationTimestamp
from diffing. ThecreationTimestamp
is often included in Git manifests and causes false positives during diffing.Expected behavior
The
creationTimestamp
should be excluded from diffing.Version
The text was updated successfully, but these errors were encountered: