[FEATURE_REQUEST] support dynamic helm values #197
Labels
enhancement
New feature or request
needs design
Indicates that the proposed enhancement needs more thought on design
Description of the problem/feature request
I have a helm chart that I'd like to lint with your magical tool. The only problem is that I haven't found a way to dynamically pass in values with the kubelinter cli.
For example, this is how I generally invoke the helm linter:
helm lint myhelm -f my-dynamic-values.yaml --strict
-- The flag-f my-dynamic-values.yaml
is a short yaml file of values that must be set in order for the chart to succeed in building. If those values are not properly set, my helm chart is designed to fail. This is a somewhat common helm pattern/design.Description of the existing behavior vs. expected behavior
If applicable, please paste in the existing KubeLinter output along with the input used, and point out which part should be modified (expected output).
n/a
Additional context
Add any other context or screenshots about the feature request here.
I chatted with Viswajith Venugopal on slack about this feature.
The text was updated successfully, but these errors were encountered: