fix(knowledge): keep mcp key env on new token secret

This commit is contained in:
Andrew Stoltz
2026-04-29 23:06:07 -05:00
parent da55220218
commit ae6b8c0142

View File

@@ -144,6 +144,11 @@ spec:
# workstation GPU when present. # workstation GPU when present.
- name: FlowerCore__Ollama__BaseUrl - name: FlowerCore__Ollama__BaseUrl
value: "http://10.0.57.17:11434" value: "http://10.0.57.17:11434"
- name: FlowerCore__Mcp__ApiKey__Key
valueFrom:
secretKeyRef:
name: knowledge-mcp-tokens
key: password
- name: FlowerCore__Mcp__ApiKey__HeaderName - name: FlowerCore__Mcp__ApiKey__HeaderName
value: "Authorization" value: "Authorization"
- name: KNOWLEDGE_MCP_BEARER_TOKEN - name: KNOWLEDGE_MCP_BEARER_TOKEN