chore: update docs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2023-09-15 15:25:01 +02:00
parent 5d4142c5bd
commit 33551427d8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 16 additions and 1 deletions

View File

@ -114,7 +114,22 @@ raw:
Enjoy!
## Contributing
### Use an existing file volume claim
In the `values.yaml` file, you can configure wether to create the Persistent Volume Claim or use an existing one:
```yaml
# Specifies whether a PVC should be created
create: true
# The name of the PVC to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
```
This is helpful when migrating from a different k8s chart and want to re-use the existing volume or if you need more control over how the volume is created.
## Publishing
1. Pull all dependencies before packaging.