mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-06 13:36:10 +08:00
add steps how to adjust values
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
5058270c99
commit
f726e4a8c6
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@ This is currently beta and not ready yet.
|
||||||
|
|
||||||
## How to use this?
|
## How to use this?
|
||||||
|
|
||||||
|
First download this file: https://raw.githubusercontent.com/nextcloud/all-in-one/main/nextcloud-aio-helm-chart/values.yaml and adjust at least all values marked with `# TODO!`
|
||||||
|
|
||||||
|
Then run:
|
||||||
|
|
||||||
```
|
```
|
||||||
helm repo add nextcloud-aio https://nextcloud.github.io/all-in-one/
|
helm repo add nextcloud-aio https://nextcloud.github.io/all-in-one/
|
||||||
helm install my-release nextcloud-aio/nextcloud-aio-helm-chart
|
helm install my-release nextcloud-aio/nextcloud-aio-helm-chart -f values.yaml
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue