Added wiki section and link (#624)

Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
This commit is contained in:
Nicholas Wilde 2021-02-23 22:21:22 -08:00 committed by GitHub
parent 5e47a7c1df
commit 0129518222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,3 +73,7 @@ Charts should start at `1.0.0`. Any breaking (backwards incompatible) changes to
### pre-commit
This repo supports the [pre-commit](https://pre-commit.com) framework. By installing the framework (see [docs](https://pre-commit.com/#install)) it is possible to perform the chart linting step before committing your code. This can help prevent linter issues in the pipeline. Note that this requires having Docker running on your development environment.
## Wiki
See the [wiki](https://github.com/k8s-at-home/charts/wiki) for more information.