Fix ExternalSecret API format and deployment env vars

- ExternalSecret: use key/property format (not path) for 1Password reference
- Deployment: remove admin password env var (use single vllm-api-key)
- Syncs vLLM API key from op://mk-labs/vllm/api-key
This commit is contained in:
Hermes Agent service account
2026-08-31 22:47:34 -05:00
parent e6cb187f8e
commit 8ea19dbf70
2 changed files with 4 additions and 12 deletions

View File

@@ -39,12 +39,6 @@ spec:
name: body-wars-secret
key: vllm-api-key
optional: false
- name: OAUTH_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: body-wars-secret
key: openwebui-admin-password
optional: false
# Backend configuration for vLLM
- name: OLLAMA_BASE_URLS
value: "http://astro-orbiter:8000"