From 673e1c338874bffdd936879880c35d14c0d53aed Mon Sep 17 00:00:00 2001 From: chemavx Date: Mon, 18 May 2026 16:40:02 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20a=C3=B1adir=20Ghost=20EN=20(theexclusio?= =?UTF-8?q?nzone.com)=20a=20ResearchOwl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 4700764..8d910e7 100644 --- a/researchowl/deployment.yaml +++ b/researchowl/deployment.yaml @@ -74,6 +74,13 @@ spec: secretKeyRef: name: researchowl-secrets key: ghost-api-key + - name: GHOST_URL_EN + value: "https://www.theexclusionzone.com" + - name: GHOST_API_KEY_EN + valueFrom: + secretKeyRef: + name: researchowl-secrets + key: ghost-api-key-en volumeMounts: - name: data mountPath: /data