You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: These dependencies are not consistent, such as when the repo operated by `jira-github` and `github-repo-scaffolding-golang` are not the same, the dependencies disappear.
18
+
19
+
We should use the `dependency` according to the actual usage situation.
Copy file name to clipboardExpand all lines: docs/plugins/argocdapp_plugin.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,12 @@
3
3
This plugin creates an [ArgoCD Application](https://argo-cd.readthedocs.io/en/stable/core_concepts/) custom resource.
4
4
5
5
**Notes:**
6
-
- ArgoCD itself must have been already installed before the usage of this plugin. To install ArgoCD, use the [argocd plugin](https://github.com/merico-dev/stream/blob/main/docs/argocd_plugin.md).
6
+
- ArgoCD itself must have been already installed before the usage of this plugin.
7
+
To install ArgoCD, use the [argocd plugin](../plugins/argocd_plugin.md).
8
+
Or you can use both plugins(argocd+argocdapp) at the same time.
9
+
See [GitOps Toolchain](../best_practices/gitops.md) for more info.
7
10
- Currently, only the Helm chart is supported when creating the ArgoCD application.
8
-
- At the moment, DevStream doesn't support dependency or concurrency yet. So, in the config file, the ArgoCD app plugin must be placed _after_ the ArgoCD plugin if you want to install ArgoCD first then create the ArgoCD application.
9
-
11
+
- Modify the file accordingly. Especially remember to modify `ARGOCD_TOOL_NAME`.
10
12
## 2 Usage:
11
13
12
14
```yaml
@@ -18,8 +20,8 @@ tools:
18
20
# version of the plugin
19
21
# checkout the version from the GitHub releases
20
22
version: 0.2.0
21
-
#optional; if specified, dtm will make sure the dependency is applied first before handling this tool.
0 commit comments