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