From 3108c91ebd95fc8cb8413cf7c05a5a6a7899c3b3 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 15 Mar 2024 16:20:26 -0700 Subject: [PATCH] (docs) using litellm + helm charts --- docs/my-website/docs/proxy/deploy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/proxy/deploy.md b/docs/my-website/docs/proxy/deploy.md index d8bbe43ae..5a5b5d99f 100644 --- a/docs/my-website/docs/proxy/deploy.md +++ b/docs/my-website/docs/proxy/deploy.md @@ -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 ```