Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Clarify if helm-diff uses helm upgrade or helm template #666

Open
lindhe opened this issue Sep 17, 2024 · 1 comment
Open

Clarify if helm-diff uses helm upgrade or helm template #666

lindhe opened this issue Sep 17, 2024 · 1 comment

Comments

@lindhe
Copy link

lindhe commented Sep 17, 2024

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!

@yxxhero
Copy link
Collaborator

yxxhero commented Oct 19, 2024

Set HELM_DIFF_USE_UPGRADE_DRY_RUN=true to

use helm upgrade --dry-run instead of helm template to render manifests from the chart.

See #253 for more information.

HELM_DIFF_USE_UPGRADE_DRY_RUN=true helm diff upgarde my-release datadog/datadog

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants