This repository contains Helm charts used by Mina Foundation.
To deploy a chart from this repository, you can first download the chart files and then install the chart using the helm install command.
- Download the chart files for the
leaderboardchart from the Mina Foundation Git repository. - Extract the files from the downloaded archive to a local directory.
- Install the chart using the
helm installcommand and passing in the path to the chart directory. For example:
helm install leaderboard ./leaderboard
This command installs the leaderboard chart using the local files in the leaderboard directory. You can adjust the command to fit your environment and specific requirements.
pre-commit >= 3.6.2
Please follow the guidelines on how to comment the values.yaml files.
After cloning the repository make sure to run
pre-commit install
pre-commit install-hooks
Now before each commit the hooks will run. The hook is designed to fail when generating the README and pass if it matches values.yaml. Adding the generated README will make it pass.
If you have suggestions or feedback, please raise an issue or a pull request.