Open Argelbargel opened 19 hours ago
This issue is currently awaiting triage.
SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the triage/accepted
label.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
Eschewed features
What would you like to have added?
Add a field skipSchemaValidation to the HelmChartInflationGenerator and pass it as --skip-schema-validation to helm if it's value is true
Why is this needed?
helm enforces schema validation for the values passed to a chart if the chart defines a schema for the expected values. While this feature might be practical in some use-cases it is a problem when using a helm-chart as dependency when the passed values contain properties for other dependencies or the main chart.
Thus helm added the option --skip-schema-validation (https://github.com/helm/helm/pull/11510). Unfortunatly there seems to be no way to pass this flag using the HelmChartInflationGenerator
Can you accomplish the motivating task without this feature, and if so, how?
As there seems to be no way to disable helm's schema-validation globally, i see no (good/easy) way to use such charts with the HelmChartInflationGenerator otherwise.
What other solutions have you considered?
n/a
Anything else we should know?
No response
Feature ownership