From c689a913dee15237f9e452408be0a65e7dac5f22 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 17 Dec 2025 23:35:45 +0900 Subject: [PATCH] FIX(docs): Change docs source repository from infr - Change git clone from infrastructure.git to applications.git - This matches the ArgoCD Application configuration - Fixes 'No such file or directory' error in initContainer --- docusaurus/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/deployment.yaml b/docusaurus/deployment.yaml index 760d5af..4dda61f 100644 --- a/docusaurus/deployment.yaml +++ b/docusaurus/deployment.yaml @@ -30,7 +30,7 @@ spec: - | apk add --no-cache git echo "Cloning repository..." - git clone https://gitea0213.kro.kr/bluemayne/infrastructure.git /tmp/repo + git clone https://gitea0213.kro.kr/bluemayne/applications.git /tmp/repo cd /tmp/repo/docusaurus echo "Installing dependencies..." npm install --legacy-peer-deps