mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
add env var example
This commit is contained in:
parent
d0e695b57c
commit
3ee67ea29f
@ -69,10 +69,10 @@ service:
|
|||||||
|
|
||||||
# -- Additional environments variables on the output Deployment definition.
|
# -- Additional environments variables on the output Deployment definition.
|
||||||
extraEnvVars:
|
extraEnvVars:
|
||||||
- name: OPENAI_API_KEY
|
# - name: OPENAI_API_KEY
|
||||||
valueFrom:
|
# valueFrom:
|
||||||
secretKeyRef:
|
# secretKeyRef:
|
||||||
name: openai-api-key
|
# name: openai-api-key
|
||||||
key: api-key
|
# key: api-key
|
||||||
- name: OLLAMA_DEBUG
|
# - name: OLLAMA_DEBUG
|
||||||
value: "1"
|
# value: "1"
|
||||||
|
Loading…
Reference in New Issue
Block a user