Skip to content

Commit f22ef29

Browse files
authored
Added note for bug (#1351)
1 parent 6208d07 commit f22ef29

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

artifacts/rhdh-plugins-reference/argocd/argocd-plugin-admin.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Enabling the Argo CD plugin
22

3-
You can use the Argo CD plugin to visualize the Continuous Delivery (CD) workflows in OpenShift GitOps. This plugin provides a visual overview of the application’s status, deployment details, commit message, author of the commit, container image promoted to environment and deployment history.
3+
You can use the Argo CD plugin to visualize the Continuous Delivery (CD) workflows in OpenShift GitOps. This plugin provides a visual overview of the status of the application, deployment details, commit message, author of the commit, container image promoted to environment and deployment history.
44

55
.Prerequisites
66

@@ -22,8 +22,13 @@ argocd:
2222
username: ${ARGOCD_USERNAME}
2323
password: ${ARGOCD_PASSWORD}
2424
----
25+
+
26+
[NOTE]
27+
====
28+
Avoid using a trailing slash in the `url`, as it might cause unexpected behavior.
29+
====
2530

26-
* Add the following annotation to the entity’s `catalog-info.yaml` file to identify the Argo CD applications.
31+
* Add the following annotation to the entity `catalog-info.yaml` file to identify the Argo CD applications.
2732
2833
+
2934
[source,yaml]

0 commit comments

Comments
 (0)