(docs) using litellm + helm charts

This commit is contained in:
ishaan-jaff 2024-03-15 16:20:26 -07:00
parent fb4fa5af72
commit 3108c91ebd

View file

@ -246,11 +246,11 @@ git clone https://github.com/BerriAI/litellm.git
#### 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
helm install \
--set masterkey=SuPeRsEcReT \
--set masterkey=sk-1234 \
mydeploy \
deploy/charts/litellm
```