Skip to content

Commit 94701cd

Browse files
author
taekyu.kang
committed
fix.
1 parent 1fabfb3 commit 94701cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/getting-started/deploying.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ argo template create decapod-apps/service-mesh-wf.yaml
4141
2. lma 배포
4242
```sh
4343
argo submit -n argo --from wftmpl/lma-federation \
44-
-p site_name="싸이트명" # decapod-manifests의 사이트 디렉토리명과 반드시 일치해야한다. \
44+
-p site_name="YOUR_REPOSITORY_NAME" # decapod-manifests의 사이트 디렉토리명과 반드시 일치해야한다. \
4545
-p app_name="lma" \
4646
-p repository_url="https://github.com/openinfradev/decapod-manifests" # decapod-manifests repository 주소
4747

@@ -59,4 +59,6 @@ argo template create decapod-apps/service-mesh-wf.yaml
5959
다음과 같은 명령어로 모든 pod의 상태를 확인할 수 있다.
6060
```sh
6161
kubectl get pod -n lma
62-
```
62+
```
63+
64+

0 commit comments

Comments
 (0)