Refactor Distributed Analytics project structure
[demo.git] / vnfs / DAaaS / deploy / operator / charts / m3db-operator / README.md
1 ### Helm Charts for M3DB clusters on Kubernetes
2
3 ### Prerequisite
4
5 [Install helm](https://docs.helm.sh/using_helm/#installing-helm)
6
7 ### Installing m3db-operator chart
8
9 ```
10 cd helm/m3db-operator
11 helm package . 
12 helm install m3db-operator-0.0.1.tgz
13 ```
14