* document repository settings
Part-of: #52
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* Align CODEOWNERS with Chart maintainers
- Added trailing / to all directories
- Use same order of maintainers as in Chart.yaml
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* Fixed punctuation and removed double word
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* Update PROCESSES.md
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
Co-authored-by: Scott Rigby <scott@r6by.com>
* Update PROCESSES.md
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
Co-authored-by: Scott Rigby <scott@r6by.com>
* Update PROCESSES.md
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
Co-authored-by: Scott Rigby <scott@r6by.com>
* Add monotek as chart maintainer
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* Sort maintainers in CODEOWNERS
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* Fix sorting of alertmanager codeowners
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
Co-authored-by: Scott Rigby <scott@r6by.com>
* Add CODEOWNERS
I used this syntax in CODEOWNERS:
```
/chart/<name-of-chart> @maintainer
```
It matches any files in the chart directory at the root of the repository and any of its subdirectories.
Without the leading `/` it would also match directories found somewhere
else. It's unlikely that those names would be used, but it does not harm
to do it this way.
Part-of: #38
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* sort charts alphabetically
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* adjust existing CODEOWNERS
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* link to CODEOWNERS file and fixed spelling
Signed-off-by: Torsten Walter <mail@torstenwalter.de>