From 5c1bf530116de60ec9e80672b9c66b572d73b88b Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 24 Jul 2024 16:36:34 +0200 Subject: [PATCH] adjust helm install instructions Signed-off-by: Simon L. --- nextcloud-aio-helm-chart/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-aio-helm-chart/readme.md b/nextcloud-aio-helm-chart/readme.md index b40fb97609ea..c15f9e1b527f 100755 --- a/nextcloud-aio-helm-chart/readme.md +++ b/nextcloud-aio-helm-chart/readme.md @@ -25,7 +25,7 @@ Then run: ``` helm repo add nextcloud-aio https://nextcloud.github.io/all-in-one/ -helm install my-release nextcloud-aio/nextcloud-aio-helm-chart -f values.yaml +helm install nextcloud-aio nextcloud-aio/nextcloud-aio-helm-chart -f values.yaml ``` And after a while, everything should be set up.