From 6ac858858f96590d43eee73a66a8466ac04f686a Mon Sep 17 00:00:00 2001 From: chemavx Date: Fri, 8 May 2026 10:13:21 +0000 Subject: [PATCH] feat: add Ghost CMS integration to ResearchOwl deployment Co-Authored-By: Claude Sonnet 4.6 --- researchowl/deployment.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/researchowl/deployment.yaml b/researchowl/deployment.yaml index fa27c8d..3b6126e 100644 --- a/researchowl/deployment.yaml +++ b/researchowl/deployment.yaml @@ -67,6 +67,13 @@ spec: secretKeyRef: name: researchowl-secrets key: anthropic-api-key + - name: GHOST_URL + value: "https://zonadeexclusion.com" + - name: GHOST_API_KEY + valueFrom: + secretKeyRef: + name: researchowl-secrets + key: ghost-api-key volumeMounts: - name: data mountPath: /data