Skip to content

buildwithgrove/helm-charts

Repository files navigation

Grove Helm charts
Path & Utilities Helm charts

Grove logo

Static Badge GitHub Issues or Pull Requests GitHub Issues or Pull Requests GitHub Issues or Pull Requests

Table of Contents

1. Introduction

Welcome to Grove's helm repo. Here you'll find the charts to get Path up and running.

1.1 Getting started

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

1.2 Setup pre-commit hooks

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