Skip to content

Commit caca58e

Browse files
committed
docs(gitops): modify according review comments
Signed-off-by: Daniel Hu <[email protected]>
1 parent a32e7c2 commit caca58e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/plugins/argocdapp_plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -21,7 +21,7 @@ tools:
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

0 commit comments

Comments
 (0)