Skip to content

Commit

Permalink
Update installation instructions to use Helm repository (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper7 authored Jan 12, 2023
1 parent f8d60bc commit 66da3a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ imagePullSecrets:
- name: iterativeai
```
Deploy Studio
Deploy Studio
```bash
$ helm dependency update
$ helm install studio studio/ -n <namespace> -f override.yaml
$ helm repo add iterative https://helm.iterative.ai
$ helm install studio iterative/studio -f override.yaml
```

## Update Studio
Expand Down

0 comments on commit 66da3a9

Please sign in to comment.