Skip to content

Commit

Permalink
Add dev README
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampo133 committed Jul 30, 2024
1 parent 1c7ccd9 commit e750dbd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README_dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Development

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

## README Generation

The [README](README.md) 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`](values.yaml), and they will be added to the
README via a [pre-commit](https://pre-commit.com/) job.

To generate the README, run the following command:

```shell
pre-commit run --all-files
```

0 comments on commit e750dbd

Please sign in to comment.