From 3ee67ea29f24c8ebef34f969657c9c358a833c1d Mon Sep 17 00:00:00 2001 From: Chris Fowles Date: Tue, 21 May 2024 14:11:20 +1000 Subject: [PATCH] add env var example --- charts/open-webui/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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"