Helm values.yaml with supabase and credentials JSON for GCP/Vertex AI (with Anthropic models) #8651
Replies: 2 comments 4 replies
-
Thank you for this @hnykda cc: @ishaan-jaff on helm issues |
Beta Was this translation helpful? Give feedback.
-
@hnykda as a workaround you can configure the master key with other different environment key like
But I think the way how the master key is generated is very opinionated and imho should be open to configure it in other ways. In my case, I'm using Secrets Store CSI Driver with Hashicorp Vault and I can't configure PROXY_MASTER_KEY secret because it is already generated by the Chart. I had to do the workaround above to make it work. I can collaborate improving the Helm Chart. |
Beta Was this translation helpful? Give feedback.
-
This is not going to be a complete guide, but I am using the "this would be still helpful for me if I had this couple of hours ago" (I am still lost to some degree). But this works, I can login to the UI, I can call various models, secrets get mounted, keys are being used, ... I am sharing this in a hope maintainers can see what's causing issues (thanks a lot for litellm ❤️ ) or some other lost soul will be helped and can help me to clean this out. This is all at v1.61.7.
Here it is:
where secrets.yaml are deployed separately as something like:
I also changed the deployment.yaml to manually take the
PROXY_MASTER_KEY
from the secrets above instead of autogenerating them:Beta Was this translation helpful? Give feedback.
All reactions