aboutsummaryrefslogtreecommitdiffstats
path: root/kud/tests/vnfs/comp-app/collection/operators/helm/operator/charts/m3db-operator/README.md
blob: 0a532d31b99000d3b4101f455277fdf8d3bdfa45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
### Helm Charts for M3DB clusters on Kubernetes

### Prerequisite

[Install helm](https://docs.helm.sh/using_helm/#installing-helm)

### Installing m3db-operator chart

```
cd helm/m3db-operator
helm package . 
helm install m3db-operator-0.0.1.tgz
```