Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 346 Bytes

owncloud.md

File metadata and controls

18 lines (15 loc) · 346 Bytes
$ kubectl apply -R -f configs/manifests/owncloud/
$ kubectl config set-context cluster --namespace owncloud
$ helm install stable/owncloud \
  --name oc0 -f configs/helm/owncloud.yaml \
  --namespace owncloud
$ helm upgrade oc0 \
  stable/owncloud \
  --namespace owncloud \
  -f configs/helm/owncloud.yaml