From ed914c6c6762fb566fe070673a429e0aaf7082f0 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 6 Jan 2025 09:18:43 +0000 Subject: [PATCH] Install atproto api in node red 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 bb3b4fc..af09034 100644 --- a/manifests/nodered/nodered.yaml +++ b/manifests/nodered/nodered.yaml @@ -66,6 +66,7 @@ spec: cd /data npm rebuild npm install tldts + npm install @atproto/api volumeMounts: - name: data mountPath: /data