diff --git a/charts/open-webui/values.yaml b/charts/open-webui/values.yaml index 184bc30..1cb444c 100644 --- a/charts/open-webui/values.yaml +++ b/charts/open-webui/values.yaml @@ -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"