gruntwork-io / gruntwork-io/pre-commit

Helmlint: support for multiple Value files

Open
#71 1 comment 7 reactions 0 assignees View on GitHub
enhancement
Dominant language
Shell
Stars
547
Forks
168
PR merge metrics
No merged PRs in 30d

Description

**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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.