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
I would like you to expand the application selection/ignore syntax to include the ability to ignore specific yaml values. For example, I have a configmap with the following diff:
install_id and install_time are pretty useless from a comparison point of view, and I'd like to be able to pass annotations or labels that told Argo Preview to ignore them.
Another example is the token generation for a datadog cluster agent:
I understand your frustration! I had the same experience.
I believe you can run the tool with --diff-ignore="install_time|install_id", which will ignore all lines containing either of those two words. It uses regex to filter the lines: [docs].
I would like you to expand the application selection/ignore syntax to include the ability to ignore specific yaml values. For example, I have a configmap with the following diff:
install_id and install_time are pretty useless from a comparison point of view, and I'd like to be able to pass annotations or labels that told Argo Preview to ignore them.
Another example is the token generation for a datadog cluster agent:
The text was updated successfully, but these errors were encountered: