From 81830b5322c001918d50d710f4345ddd2b546959 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 2 May 2026 22:01:21 +0200 Subject: [PATCH] fix: add domain --- clusters/homelab/apps/openclaw/helmrelease.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clusters/homelab/apps/openclaw/helmrelease.yaml b/clusters/homelab/apps/openclaw/helmrelease.yaml index 4b44300..8f96809 100644 --- a/clusters/homelab/apps/openclaw/helmrelease.yaml +++ b/clusters/homelab/apps/openclaw/helmrelease.yaml @@ -48,7 +48,8 @@ spec: "controlUi": { "allowedOrigins": [ "http://localhost:18789", - "http://127.0.0.1:18789" + "http://127.0.0.1:18789", + "http://openclaw.net-scope.org" ] } },