Skip to content

Commit

Permalink
Helm 3 instructions (#2251)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptEmulation committed May 4, 2021
1 parent 0ad370b commit 43fdb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPLOY.md
Expand Up @@ -42,7 +42,7 @@ Helm chart is available at `chart/modeldb`. ModelDB can be brought up on a Kuber

```bash
cd chart/modeldb
helm install . --name <release-name> --namespace <k8s namespace>
helm install --namespace <k8s namespace> <release-name> .
```

By default, the `default` namespace on your Kubernetes cluster is used. `release-name` is a arbitrary identifier user picks to perform future helm operations on the cluster.
Expand Down
2 changes: 1 addition & 1 deletion chart/modeldb/README.md
Expand Up @@ -13,7 +13,7 @@ ModelDB is an end-to-end system for managing machine learning models. It ingests
In this directory run:

```
helm install <release-name> --namespace <k8s namespace> .
helm install --namespace <k8s namespace> <release-name> .
```
By default, the "default" namespace on your Kubernetes cluster is used.

Expand Down

0 comments on commit 43fdb9b

Please sign in to comment.