Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit 010930e

Browse files
Fix v23
1 parent c1c623e commit 010930e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/litellm-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- name: config
2626
mountPath: /app/config.yaml
2727
subPath: config.yaml
28-
command: ["litellm", "--config", "/app/config.yaml"]
28+
command: ["sh", "-c", "export OPENAI_API_KEY=$OPENAI_API_KEY && litellm --config /app/config.yaml"]
2929
volumes:
3030
- name: config
3131
configMap:

0 commit comments

Comments
 (0)