forked from phoenix/litellm-mirror
(docs) using litellm + helm charts
This commit is contained in:
parent
fb4fa5af72
commit
3108c91ebd
1 changed files with 2 additions and 2 deletions
|
@ -246,11 +246,11 @@ git clone https://github.com/BerriAI/litellm.git
|
||||||
|
|
||||||
#### Step 2. Deploy with Helm
|
#### Step 2. Deploy with Helm
|
||||||
|
|
||||||
Run the following command in the root of your `litellm` repo
|
Run the following command in the root of your `litellm` repo. This will set the litellm proxy master key as `sk-1234`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm install \
|
helm install \
|
||||||
--set masterkey=SuPeRsEcReT \
|
--set masterkey=sk-1234 \
|
||||||
mydeploy \
|
mydeploy \
|
||||||
deploy/charts/litellm
|
deploy/charts/litellm
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue