You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
281 B

## ADD REPO
helm repo add rook-release https://charts.rook.io/release
## INSTALL REPO
helm install rook-ceph rook-release/rook-ceph --namespace rook-ceph --values values.yaml
## UPGRADE
helm upgrade rook-ceph rook-release/rook-ceph --namespace rook-ceph --values values.yaml