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
Copy file name to clipboardExpand all lines: modules/dynamic-plugins/proc-enabling-argo-cd-rollouts.adoc
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ annotations:
37
37
...
38
38
# The label that Argo CD uses to fetch all the applications. The format to be used is label.key=label.value. For example, rht-gitops.com/janus-argocd=quarkus-app.
39
39
40
-
argocd/app-selector: '${ARGOCD_LABEL_SELECTOR}'
40
+
argocd/app-selector: '${ARGOCD_LABEL_SELECTOR}'
41
41
----
42
42
43
43
* (Optional) Add the following annotation to the entity’s `catalog-info.yaml` file to switch between Argo CD instances as shown in the following example:
@@ -49,7 +49,7 @@ annotations:
49
49
...
50
50
# The Argo CD instance name used in `app-config.yaml`.
51
51
52
-
argocd/instance-name: '${ARGOCD_INSTANCE}'
52
+
argocd/instance-name: '${ARGOCD_INSTANCE}'
53
53
----
54
54
55
55
+
@@ -81,7 +81,7 @@ The optional Argo CD Rollouts feature enhances Kubernetes by providing advanced
81
81
82
82
.Prerequisites
83
83
84
-
* The Backstage Kubernetes plugin (`@backstage/plugin-kubernetes`) is installed and configured.
84
+
* The Backstage Kubernetes plugin (`@backstage/plugin-kubernetes`) is installed and configured.
85
85
86
86
** To install and configure Kubernetes plugin in Backstage, see link:https://backstage.io/docs/features/kubernetes/installation/[Installaltion] and link:https://backstage.io/docs/features/kubernetes/configuration/[Configuration] guide.
87
87
@@ -213,7 +213,7 @@ If using the label selector annotation (backstage.io/kubernetes-label-selector),
213
213
214
214
. Open {Product} interface and navigate to the entity you configured.
215
215
216
-
. Select the *CD* tab and then select the *GitOps application*. The side panel opens.
216
+
. Select the *CD* tab and then select the *GitOps application*. The side panel opens.
217
217
218
218
. In the *Resources* table of the side panel, verify that the following resources are displayed:
219
219
@@ -231,6 +231,5 @@ If using the label selector annotation (backstage.io/kubernetes-label-selector),
231
231
[role="_additional-resources"]
232
232
.Additional resources
233
233
234
-
* The package path, scope, and name of the {company-name} ArgoCD plugin has changed since 1.2. For more information, see link:{release-notes-book-url}#removed-functionality-rhidp-4293[Breaking Changes] in the _{release-notes-book-title}_.
235
234
236
-
* For more information on installing dynamic plugins, see link:{installing-and-viewing-plugins-book-url}[{installing-and-viewing-plugins-book-title}].
0 commit comments