Azure / k8s-lint

GitHub Action to validate Kubernetes manifest files
MIT License
32 stars 13 forks source link

Feature Request: Support for HELM Linting #44

Closed rdeveen closed 1 year ago

rdeveen commented 1 year ago

Feature request

Hi, I wonder why this action doesn't support Helm Lint? To validate the Helm charts?

https://helm.sh/docs/helm/helm_lint/

OliverMKing commented 1 year ago

Hi @rdeveen. Thanks for the suggestion. This action is purely for k8s manifests. You may want to look into Helm testing and its corresponding action so you can both lint and validate Helm charts.