pre-commit icon indicating copy to clipboard operation
pre-commit copied to clipboard

Helmlint: support for multiple Value files

Open davidlukac opened this issue 3 years ago • 1 comments

Describe the solution you'd like To manage multiple environment tiers we often have base values.yaml file and then environment specific files:

  • values.dev.yaml,
  • values.uat.yaml,
  • values.prod.yaml, etc. These are then used as e.g.
helm upgrade myApp . -f values.prod.yaml

The Helm linter has a support for the same arguments:

helm lint . -f values.prod.yaml

It would be great if the helmlint pre-commit hook would support a list of values.yaml files as well.

davidlukac avatar Feb 23 '22 13:02 davidlukac

Anyway around this yet?

DuncanTormey avatar Oct 14 '24 23:10 DuncanTormey