From e6fbe2d22bc2eb3476052010b7bfa579f82aca3a Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 8 Apr 2026 18:12:07 +0000 Subject: [PATCH] Mount extensions+theme directly in main container (symlinks lost by initialize.sh) --- apps/agent-zero/agent-zero.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/apps/agent-zero/agent-zero.yaml b/apps/agent-zero/agent-zero.yaml index 177b30e..e91a8f3 100644 --- a/apps/agent-zero/agent-zero.yaml +++ b/apps/agent-zero/agent-zero.yaml @@ -190,12 +190,8 @@ spec: chmod +x kubectl && mv kubectl /usr/local/bin/kubectl && \ cp /usr/local/bin/kubectl /a0/work/kubectl fi - # Link Blue Jay profile from workspace into Agent Zero's expected paths + # Link Blue Jay profile from workspace into Agent Zero's expected path ln -sfn /a0/work/.bluejay/agents/bluejay /a0/agents/bluejay - ln -sfn /a0/work/.bluejay/extensions/flowercore /a0/extensions/flowercore - # Theme CSS into webui static dir - mkdir -p /a0/webui/static/css/custom - cp /a0/work/.bluejay/theme/* /a0/webui/static/css/custom/ 2>/dev/null || true # Run the original entrypoint exec /exe/initialize.sh $BRANCH ports: @@ -268,6 +264,12 @@ spec: mountPath: /a0/work - name: knowledge mountPath: /a0/knowledge/custom/main + - name: flowercore-extensions + mountPath: /a0/extensions/flowercore + readOnly: true + - name: bluejay-theme + mountPath: /a0/webui/static/css/custom + readOnly: true startupProbe: httpGet: path: /