Skip to content

Commit 526ac31

Browse files
authored
Merge pull request opencloud-eu#8 from ferenc-hechler/fix/reorganize-charts-structure-issue-6
Move opencloud-dev chart to root level for consistency
2 parents 645209a + d64c231 commit 526ac31

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ https://docs.opencloud.eu/docs/admin/getting-started/docker/docker
674674
Deployment from the file system:
675675

676676
```
677-
$ helm install opencloud -n opencloud --create-namespace ./charts/opencloud-dev --set=adminPassword="<MY-SECURE-PASSWORD>" --set=url="<PUBLIC-URL>"
677+
$ helm install opencloud -n opencloud --create-namespace ./opencloud-dev --set=adminPassword="<MY-SECURE-PASSWORD>" --set=url="<PUBLIC-URL>"
678678
```
679679

680680
It is important that the public-url is reachable, and forwarded to the backend-service opencloud-service:443,
@@ -683,7 +683,7 @@ otherwise login will not be possible or the message "missing or invalid config"
683683
For testing with the default settings port-forwarding from localhost can be used:
684684

685685
```
686-
$ helm install opencloud -n opencloud --create-namespace ./charts/opencloud-dev
686+
$ helm install opencloud -n opencloud --create-namespace ./opencloud-dev
687687
688688
Release "opencloud" does not exist. Installing it now.
689689
NAME: opencloud
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)