Skip to content

Commit

Permalink
Incorrect charts path
Browse files Browse the repository at this point in the history
Path was incorrect
  • Loading branch information
enbrnz authored and rhafer committed Jan 5, 2023
1 parent da44b7f commit c37d76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ocis/deployment/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit c37d76f

Please sign in to comment.