Welcome to Grove's helm repo. Here you'll find the charts to get Path up and running.
To add Grove's helm repository to your local machine, run the following command:
helm repo add grove https://buildwithgrove.github.io/helm-charts
Once you have the repository added, refresh the repositories added running:
helm repo update
Helm charts repo uses pre-commit hooks to check for local changes before they are pushed into any remote branch.
To setup pre-commit, simply run the following command:
brew install pre-commit
If you prefer to install using pip
, run the following command:
pip install pre-commit