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
As mentioned in #457, the README for this project seems to initially imply that helm upgrade --debug --dry-run is used for producing the diff. But later, the README states that HELM_DIFF_USE_UPGRADE_DRY_RUN=true must be set in order for it to "use helm upgrade --dry-run instead of helm template to render manifests from the chart".
I find this confusing, so I suggest we try to rephrase the README in order to clarify what's actually the case!
The text was updated successfully, but these errors were encountered:
As mentioned in #457, the README for this project seems to initially imply that
helm upgrade --debug --dry-run
is used for producing the diff. But later, the README states thatHELM_DIFF_USE_UPGRADE_DRY_RUN=true
must be set in order for it to "usehelm upgrade --dry-run
instead ofhelm template
to render manifests from the chart".I find this confusing, so I suggest we try to rephrase the README in order to clarify what's actually the case!
The text was updated successfully, but these errors were encountered: