File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This plugin creates an [Argo CD Application](https://argo-cd.readthedocs.io/en/s
77- Argo CD itself must have been already installed before the usage of this plugin.
88 To install Argo CD, use the [ helm-installer plugin] ( ./helm-installer/argocd.md ) .
99 Or you can use both plugins(argocd+argocdapp) at the same time.
10- See [ GitOps Toolchain] ( ../best-practices /gitops.md ) for more info.
10+ See [ GitOps Toolchain] ( ../use-cases /gitops.md ) for more info.
1111- Currently, only the Helm chart is supported when creating the Argo CD application.
1212- Modify the file accordingly. Especially remember to modify ` ARGOCD_TOOL_NAME ` .
1313
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ export IMAGE_REPO_ADDR=harbor.devstream.io
490490./image-pull-push.sh -f harbor-images.txt -r ${IMAGE_REPO_ADDR} -l -u
491491` ` `
492492
493- 如果你还没有一个私有镜像仓库,可以参考[这篇文章](../../best-practices /image-registry.zh.md)快速部署一个 Docker Registry。
493+ 如果你还没有一个私有镜像仓库,可以参考[这篇文章](../../use-cases /image-registry.zh.md)快速部署一个 Docker Registry。
494494
495495# ## 5.3、参考配置
496496
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ export IMAGE_REPO_ADDR=harbor.devstream.io
379379./image-pull-push.sh -f jenkins-images.txt -r ${IMAGE_REPO_ADDR} -l -u
380380` ` `
381381
382- 如果你还没有一个私有镜像仓库,可以参考[这篇文章](../../best-practices /image-registry.zh.md)快速部署一个 Docker Registry。
382+ 如果你还没有一个私有镜像仓库,可以参考[这篇文章](../../use-cases /image-registry.zh.md)快速部署一个 Docker Registry。
383383
384384# ## 5.3、参考配置
385385
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ Go through the online Docker and Kubernetes tutorials. You can search for:
3636## Getting Started
3737
3838- [ Quick Start] ( ./quickstart.md )
39- - [ Best Pratices - GitOps Toolchain] ( ./best-practices /gitops.md )
39+ - [ Best Pratices - GitOps Toolchain] ( ./use-cases /gitops.md )
Original file line number Diff line number Diff line change 3636## 让我们开始吧!
3737
3838- [ 快速入门] ( ./quickstart.zh.md )
39- - [ 最佳实践 - GitOps工具链] ( ./best-practices /gitops.zh.md )
39+ - [ 最佳实践 - GitOps工具链] ( ./use-cases /gitops.zh.md )
You can’t perform that action at this time.
0 commit comments