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'm wondering if it is possible somehow to helm diff two local directories (or git revisions of charts), this would be useful for CI pipelines.
Currently I'm doing it via diffing the helm template outputs but I helm diff has a much smarter/nicer diff output which I would prefer if possible. (like --normalize-manifests and --find-renames)
The text was updated successfully, but these errors were encountered:
Hi,
I'm wondering if it is possible somehow to helm diff two local directories (or git revisions of charts), this would be useful for CI pipelines.
Currently I'm doing it via diffing the helm template outputs but I helm diff has a much smarter/nicer diff output which I would prefer if possible. (like
--normalize-manifests
and--find-renames
)The text was updated successfully, but these errors were encountered: