mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 03:09:33 -06:00
Incorrect charts path
Path was incorrect
This commit is contained in:
committed by
Ralf Haferkamp
parent
da44b7fa5b
commit
c37d76ffbf
@@ -68,6 +68,6 @@ Configuration options are described [here](https://github.com/owncloud/ocis-char
|
||||
### Run oCIS
|
||||
|
||||
1. clone the charts: `git clone https://github.com/owncloud/ocis-charts.git /var/tmp/ocis-charts`
|
||||
2. cd into the charts root: `cd /var/tmp/ocis-charts/ocis`
|
||||
2. cd into the charts root: `cd /var/tmp/ocis-charts/charts/ocis`
|
||||
3. install the package: `helm install ocis .` (you need to set configuration values in almost all cases)
|
||||
4. verify the application is running in the cluster: `kubectl get pods`
|
||||
|
||||
Reference in New Issue
Block a user