File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ Decapod-site를 배포할 환경에 맞게 수정하여 Argo CD가 사용할 dec
55* [ decapod-site] ( https://github.com/openinfradev/decapod-site ) 를 자신의 repo로 fork한다.
66 * [ Fork 방법] ( https://docs.github.com/en/get-started/quickstart/fork-a-repo )
77* 렌더링된 [ decapod-manifests] ( https://github.com/openinfradev/decapod-manifests ) 를 저장할 repository를 생성한다.
8- * 예: github.com/<YOUR_REPOSITORY_NAME \> /decapod-manifest.git
8+ * 예: github.com/{YOUR_REPO_NAME} /decapod-manifest.git
99
1010## 신규 사이트 생성
1111
12- $ git clone https://github.com/<YOUR_REPOSITORY_NAME> /decapod-site.git
12+ $ git clone https://github.com/{YOUR_REPO_NAME} /decapod-site.git
1313 $ cd decapod-site
1414 $ ./create_site.sh <SITE_NAME>
1515 Cloning into '.base-yaml'...
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ argo template create decapod-apps/service-mesh-wf.yaml
41412 . lma 배포
4242 ``` sh
4343 argo submit -n argo --from wftmpl/lma-federation \
44- -p site_name=" YOUR_REPOSITORY_NAME " # decapod-manifests의 사이트 디렉토리명과 반드시 일치해야한다. \
44+ -p site_name=" 사이트명 " # decapod-manifests의 사이트 디렉토리명과 반드시 일치해야한다. \
4545 -p app_name=" lma" \
46- -p repository_url=" https://github.com/openinfradev /decapod-manifests" # decapod-manifests repository 주소
46+ -p repository_url=" https://github.com/{YOUR_REPO_NAME} /decapod-manifests" # decapod-manifests repository 주소
4747
4848 argo list -n argo # 생성된 workflow가 완료될 때까지 기다린다.
4949 ```
@@ -61,4 +61,4 @@ argo template create decapod-apps/service-mesh-wf.yaml
6161 kubectl get pod -n lma
6262 ```
6363
64-
64+
You can’t perform that action at this time.
0 commit comments