databus23 / helm-diff

A helm plugin that shows a diff explaining what a helm upgrade would change
Apache License 2.0
2.71k stars 280 forks source link

feat: add skip-schema-validation feature #676

Open yxxhero opened 2 days ago

yxxhero commented 2 days ago

This pull request introduces a new option to skip schema validation when rendering templates in Helm 3. The key changes include adding a new flag and updating the relevant command structures and functions to support this new option.

New feature addition:

Command structure updates:

yxxhero commented 2 days ago

@mumoshu