File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ This plugin creates an [ArgoCD Application](https://argo-cd.readthedocs.io/en/st
44
55** Notes:**
66- ArgoCD itself must have been already installed before the usage of this plugin.
7- To install ArgoCD, use the [ argocd plugin] ( https://github.com/merico-dev/stream/blob/main/docs /argocd_plugin.md) .
7+ To install ArgoCD, use the [ argocd plugin] ( ../plugins /argocd_plugin.md) .
88 Or you can use both plugins(argocd+argocdapp) at the same time.
99 See [ GitOps Toolchain] ( ../best_practices/gitops.md ) for more info.
1010- Currently, only the Helm chart is supported when creating the ArgoCD application.
11- - Modify the file accordingly. Especially remember to modify ` ARGOCD_INSTANCE_NAME ` .
11+ - Modify the file accordingly. Especially remember to modify ` ARGOCD_TOOL_NAME ` .
1212## 2 Usage:
1313
1414``` yaml
2121 # checkout the version from the GitHub releases
2222 version : 0.2.0
2323 # if specified, dtm will make sure the dependency is applied first before handling this tool.
24- dependsOn : [ "ARGOCD_INSTANCE_NAME .argocd" ]
24+ dependsOn : [ "ARGOCD_TOOL_NAME .argocd" ]
2525 # options for the plugin
2626 options :
2727 # information on the ArgoCD Application
You can’t perform that action at this time.
0 commit comments