Skip to content
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

Make helm install utility accept --dry-run #2796

Closed
viveksinghggits opened this issue Mar 29, 2024 · 1 comment · Fixed by #2824
Closed

Make helm install utility accept --dry-run #2796

viveksinghggits opened this issue Mar 29, 2024 · 1 comment · Fixed by #2824
Assignees
Labels
accepted test-framework Related to e2e test framework
Projects

Comments

@viveksinghggits
Copy link
Contributor

The helm utility that we have right now https://github.com/kanisterio/kanister/blob/master/pkg/helm/client.go#L132 just installs the chart. But if there is a requirement to just generate the rendered manifests of the chart to test some templates, we can not us this method. One of such examples is #2791 (comment).

We should improve this method, so that people can configure/pass --dry-run flag to get the rendered manifests out of it. And those rendered manifests will be parsed and tested against helm values.

Copy link
Contributor

Thanks for opening this issue 👍. The team will review it shortly.

If this is a bug report, make sure to include clear instructions how on to reproduce the problem with minimal reproducible examples, where possible. If this is a security report, please review our security policy as outlined in SECURITY.md.

If you haven't already, please take a moment to review our project's Code of Conduct document.

@infraq infraq added this to To Be Triaged in Kanister Mar 29, 2024
@hairyhum hairyhum added test-framework Related to e2e test framework accepted and removed triage labels Apr 11, 2024
@mergify mergify bot closed this as completed in #2824 May 20, 2024
Kanister automation moved this from To Be Triaged to Done May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted test-framework Related to e2e test framework
Projects
Development

Successfully merging a pull request may close this issue.

3 participants