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.
|
||||
extraEnvVars:
|
||||
- name: OPENAI_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: openai-api-key
|
||||
key: api-key
|
||||
- name: OLLAMA_DEBUG
|
||||
value: "1"
|
||||
# - name: OPENAI_API_KEY
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: openai-api-key
|
||||
# key: api-key
|
||||
# - name: OLLAMA_DEBUG
|
||||
# value: "1"
|
||||
|
Loading…
Reference in New Issue
Block a user