Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 361 Bytes

File metadata and controls

22 lines (15 loc) · 361 Bytes

Development instructions

Happy when helming? Most likely not!

Updating chart dependencies

helm dependency update chart/

Linting Helm charts

helm lint chart/ -f chart/staging.yaml
helm lint chart/ -f chart/prod.yaml

Find that whitespace

helm template --debug chart/ -f chart/staging.yaml # or prod.yaml