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
This commit is contained in:
@@ -30,7 +30,7 @@ spec:
|
|||||||
- |
|
- |
|
||||||
apk add --no-cache git
|
apk add --no-cache git
|
||||||
echo "Cloning repository..."
|
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
|
cd /tmp/repo/docusaurus
|
||||||
echo "Installing dependencies..."
|
echo "Installing dependencies..."
|
||||||
npm install --legacy-peer-deps
|
npm install --legacy-peer-deps
|
||||||
|
|||||||
Reference in New Issue
Block a user