docs: improve readmes and add example
This commit is contained in:
parent
e8efe7fcad
commit
092905c9d4
6 changed files with 136 additions and 6 deletions
13
README.md
13
README.md
|
@ -1,4 +1,17 @@
|
|||
# helm-charts
|
||||
Contains Helm charts maintained by myself.
|
||||
|
||||
> [!INFO]
|
||||
> The code is provided as-is with no warranties.
|
||||
|
||||
See the README.md in each chart directory for more information.
|
||||
|
||||
## Usage
|
||||
You can add this repository to your [Helm](https://helm.sh/) installation by running the following command:
|
||||
|
||||
```bash
|
||||
helm repo add secustor https://secustor.dev/helm-charts
|
||||
helm install my-release secustor/<chart>
|
||||
# or directly the OCI registry
|
||||
helm install my-release oci://ghcr.io/secustor/helm-charts/<chart>
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue