Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 506 Bytes

README_dev.md

File metadata and controls

17 lines (12 loc) · 506 Bytes

Development

This document contains information about the development process for this repository.

README Generation

The README contains some auto-generated content related to Helm values. Specifically, content related to any specific Helm value should be added as comments to values.yaml, and they will be added to the README via a pre-commit job.

To generate the README, run the following command:

pre-commit run --all-files