autoscaler/charts
Michel Zanini 2ad0f020f9 [Helm Chart] Add support to configure custom service labels 2020-10-03 13:07:52 -03:00
..
cluster-autoscaler-chart [Helm Chart] Add support to configure custom service labels 2020-10-03 13:07:52 -03:00
OWNERS Update OWNERS 2020-08-04 13:11:33 -05:00
README.md docs(README): Updating / adding Helm chart docs 2020-07-23 08:20:15 +02:00

README.md

charts

The Helm charts for the Autoscaler project reside within this folder. If making changes to the Helm charts, make sure you follow the instructions below for the pre-commit checks.

Pre-commit hooks

This Helm repository has pre-commit hooks for Helm specific needs:

  • Makes sure all charts pass a helm lint check.
  • Updates the README.md file of all charts based on comments in that chart's values.yaml file.

Install pre-commit binary

The binary for pre-commit can be installed via Homebrew:

$ brew install pre-commit

Install git hooks

After the pre-commit binary is installed, go to this repository's directory, and run the following command to install the git hook:

$ pre-commit install

Install hook dependencies

The pre-commit hooks themselves call binaries under the hood; they can be installed via the following command:

$ brew install helm norwoodj/tap/helm-docs