charts

This repository contains various Helm charts used by me and my customers:
- sealed-secrets-monitor is a job that waits for sealed-secrets to unseal. It can be used in conjunction with Argo CD to wait not only for the sealed secrets to be snychronized but also to be unsealed.
Getting started
Helm must be installed to use the charts in this repository.
Refer to Helm’s documentation to get started.
Installation
helm repo add joernott https://joernott.github.io/charts/
helm repo update joernott
Contributing
Contributions are welcome. To contribute code:
- Fork this repo,
- Make your changes
- Values files should be commented in helm-docs format.
- Install pre-commit and the pre-commit hooks, the chart README and Values schema in JSON format will be auto generated with those hooks,
- Make sure the CI tests are passing,
- Submit a PR