README.md: add instructions on how to use a values.yaml file
This commit is contained in:
parent
3a97cf1f14
commit
ea5e853bdb
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@ Dependencies:
|
||||||
helm install forgejo oci://codeberg.org/forgejo-contrib/forgejo
|
helm install forgejo oci://codeberg.org/forgejo-contrib/forgejo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
In case you want to supply values, you can reference a `values.yaml` file:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
helm install forgejo -f values.yaml oci://codeberg.org/forgejo-contrib/forgejo
|
||||||
|
```
|
||||||
|
|
||||||
When upgrading, please refer to the [Upgrading](#upgrading) section at the bottom
|
When upgrading, please refer to the [Upgrading](#upgrading) section at the bottom
|
||||||
of this document for major and breaking changes.
|
of this document for major and breaking changes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue