From 3449bc4ced12109d04a775a7fd7d5ed64ec95d95 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 6 Jan 2025 09:46:34 +0000 Subject: [PATCH] Added node-fetch to nodered Signed-off-by: Marcus Noble --- manifests/nodered/nodered.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/nodered/nodered.yaml b/manifests/nodered/nodered.yaml index af09034..9947459 100644 --- a/manifests/nodered/nodered.yaml +++ b/manifests/nodered/nodered.yaml @@ -67,6 +67,7 @@ spec: npm rebuild npm install tldts npm install @atproto/api + npm install node-fetch volumeMounts: - name: data mountPath: /data