From f0387c1033885e80bf96eaca704a3e68a326950a Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Tue, 1 Sep 2026 13:39:14 -0500 Subject: [PATCH] Simplify: use vllm-api-key for WEBUI_SECRET_KEY ExternalSecret only provides vllm-api-key from 1Password. Using same key for both purposes is acceptable for now. Avoids need for manual secret patching. --- cluster/applications/open-webui/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/applications/open-webui/deployment.yaml b/cluster/applications/open-webui/deployment.yaml index 0b4542d..87dcd02 100644 --- a/cluster/applications/open-webui/deployment.yaml +++ b/cluster/applications/open-webui/deployment.yaml @@ -37,7 +37,7 @@ spec: valueFrom: secretKeyRef: name: body-wars-secret - key: webui-secret-key + key: vllm-api-key optional: false # Backend configuration for vLLM (OpenAI-compatible, NOT Ollama) # OLLAMA_BASE_URLS removed: astro-orbiter runs vLLM, not Ollama