We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fabfb3 commit 94701cdCopy full SHA for 94701cd
docs/getting-started/deploying.md
@@ -41,7 +41,7 @@ argo template create decapod-apps/service-mesh-wf.yaml
41
2. lma 배포
42
```sh
43
argo submit -n argo --from wftmpl/lma-federation \
44
- -p site_name="싸이트명" # decapod-manifests의 사이트 디렉토리명과 반드시 일치해야한다. \
+ -p site_name="YOUR_REPOSITORY_NAME" # decapod-manifests의 사이트 디렉토리명과 반드시 일치해야한다. \
45
-p app_name="lma" \
46
-p repository_url="https://github.com/openinfradev/decapod-manifests" # decapod-manifests repository 주소
47
@@ -59,4 +59,6 @@ argo template create decapod-apps/service-mesh-wf.yaml
59
다음과 같은 명령어로 모든 pod의 상태를 확인할 수 있다.
60
61
kubectl get pod -n lma
62
- ```
+ ```
63
+
64
0 commit comments