-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dyff only data of confimaps generated with suffix #359
Comments
I also have a case where a hash is added like With dyff v1.7.1, you get this output:
At best, dyff would detect that most of the non- |
motoki317
added a commit
to motoki317/dyff
that referenced
this issue
Oct 24, 2024
HeavyWombat
pushed a commit
to motoki317/dyff
that referenced
this issue
Jan 15, 2025
HeavyWombat
pushed a commit
to motoki317/dyff
that referenced
this issue
Jan 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to tell dyff to match to resources by labels, o maybe a regex of the name?
I use dyff to show the diff of the result of a
kustomize build
on a pull request. We are using theconfigmapGenerator
with thesuffix
option enabled. So when any key in the configmap changes the name of the configmap also changes and dyff explains that as the whole configmap has been removed and an new one has been added.It is difficult to see what keys really changed and it add a bit of noise to the PRs.
I understand is a bit off an edge case, and dyff is really doing it correctly, telling mi what resources are new and what resourcese has been deleted.
I wonder how other people use dyff with the
configMapGenerator
from kustomize.The text was updated successfully, but these errors were encountered: