mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 09:10:58 +08:00
add some docs on how to use helm-chart
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
e0f4024ead
commit
5058270c99
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
# You can also install the AIO containers on Kubernetes using this Helm Chart
|
# You can also install the AIO containers on Kubernetes using this Helm Chart
|
||||||
|
|
||||||
This is currently beta and not ready yet.
|
This is currently beta and not ready yet.
|
||||||
|
|
||||||
|
## How to use this?
|
||||||
|
|
||||||
|
```
|
||||||
|
helm repo add nextcloud-aio https://nextcloud.github.io/all-in-one/
|
||||||
|
helm install my-release nextcloud-aio/nextcloud-aio-helm-chart
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue