kubernetes-sigs / kustomize

Customization of kubernetes YAML configurations
Apache License 2.0
11.08k stars 2.26k forks source link

Add option to skip schema-validation for values in HelmChartInflationGenerator #5813

Open Argelbargel opened 19 hours ago

Argelbargel commented 19 hours ago

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

k8s-ci-robot commented 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.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.