Skip to content

Commit 7568577

Browse files
authored
Merge pull request #35481 from lbscorpio/gitops
Fix case sensitive for Argo CD
2 parents 7a7e512 + 2bfa456 commit 7568577

4 files changed

+8
-9
lines changed

modules/gitops-creating-an-application-by-using-the-argo-cd-dashboard.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ endif::[]
1616
Argo CD provides a dashboard which allows you to create applications.
1717

1818
ifdef::cluster[]
19-
This sample workflow walks you through the process of configuring Argo CD to recursively sync the content of the `cluster` directory to the `cluster-configs` application. The directory defines the {product-title} web console cluster configurations that add a link to the *Red Hat Developer Blog* under the {rh-app-icon} menu in the web console, and defines a namespace `spring-petclinic` on the cluster.
19+
This sample workflow walks you through the process of configuring Argo CD to recursively sync the content of the `cluster` directory to the `cluster-configs` application. The directory defines the {product-title} web console cluster configurations that add a link to the *Red Hat Developer Blog - Kubernetes* under the {rh-app-icon} menu in the web console, and defines a namespace `spring-petclinic` on the cluster.
2020
endif::cluster[]
2121

2222
.Procedure
2323

24-
. In the Argo CD dashboard, click the *New App* button to add a new Argo CD application.
24+
. In the Argo CD dashboard, click *NEW APP* to add a new Argo CD application.
2525

2626
ifdef::cluster[]
2727
. For this workflow, create a *cluster-configs* application with the following configurations:
@@ -48,11 +48,10 @@ Revision:: `HEAD`
4848
Path:: `app`
4949
Destination:: `https://kubernetes.default.svc`
5050
Namespace:: `spring-petclinic`
51-
Directory Recurse:: `checked`
5251
endif::app[]
5352

54-
. Click *Create* to create your application.
53+
. Click *CREATE* to create your application.
5554

5655
. Open the *Administrator* perspective of the web console and navigate to *Administration* -> *Namespaces* in the menu on the left.
5756

58-
. Search for and select the namespace, then enter `argocd.argoproj.io/managed-by=openshift-gitops` in the *Labels* field so that the Argo CD instance in the `openshift-gitops` namespace can manage your namespace.
57+
. Search for and select the namespace, then enter `argocd.argoproj.io/managed-by=openshift-gitops` in the *Label* field so that the Argo CD instance in the `openshift-gitops` namespace can manage your namespace.

modules/gitops-synchronizing-your-application-application-with-your-git-repository.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
.Procedure
99
. In the Argo CD dashboard, notice that the *cluster-configs* Argo CD application has the statuses *Missing* and *OutOfSync*. Because the application was configured with a manual sync policy, Argo CD does not sync it automatically.
1010

11-
. Click the *Sync* button on the *cluster-configs* tile, review the changes, and then click *Synchronize*. Argo CD will detect any changes in the Git repository automatically. If the configurations are changed, Argo CD will change the status of the *cluster-configs* to *OutOfSync*. You can modify the synchronization policy for Argo CD to automatically apply changes from your Git repository to the cluster.
11+
. Click *SYNC* on the *cluster-configs* tile, review the changes, and then click *SYNCHRONIZE*. Argo CD will detect any changes in the Git repository automatically. If the configurations are changed, Argo CD will change the status of the *cluster-configs* to *OutOfSync*. You can modify the synchronization policy for Argo CD to automatically apply changes from your Git repository to the cluster.
1212

1313
. Notice that the *cluster-configs* Argo CD application now has the statuses *Healthy* and *Synced*. Click the *cluster-configs* tile to check the details of the synchronized resources and their status on the cluster.
1414

15-
. Navigate to the {product-title} web console and click {rh-app-icon} to verify that a link to the *Red Hat Developer Blog* is now present there.
15+
. Navigate to the {product-title} web console and click {rh-app-icon} to verify that a link to the *Red Hat Developer Blog - Kubernetes* is now present there.
1616

1717
. Navigate to the *Project* page and search for the `spring-petclinic` namespace to verify that it has been added to the cluster.
1818
+

modules/gitops-verifying-argo-cd-self-healing-behavior.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ $ oc scale deployment spring-petclinic --replicas 2 -n spring-petclinic
3333
----
3434
.. In the {product-title} web console, notice that the deployment scales up to two pods and immediately scales down again to one pod. Argo CD detected a difference from the Git repository and auto-healed the application on the {product-title} cluster.
3535

36-
. In the Argo CD dashboard, click the *app-spring-petclinic* tile → *App Details* → *Events*. The *Events* tab displays the following events: Argo CD detecting out of sync deployment resources on the cluster and then resyncing the Git repository to correct it.
36+
. In the Argo CD dashboard, click the *app-spring-petclinic* tile → *APP DETAILS* → *EVENTS*. The *EVENTS* tab displays the following events: Argo CD detecting out of sync deployment resources on the cluster and then resyncing the Git repository to correct it.

modules/logging-in-to-the-argo-cd-instance-by-using-your-openshift-credentials.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Red Hat OpenShift GitOps Operator automatically creates a ready-to-use Argo CD i
1414
.Procedure
1515

1616
. In the *Administrator* perspective of the web console, navigate to *Operators* -> *Installed Operators* to verify that the Red Hat OpenShift GitOps Operator is installed.
17-
. Navigate to the {rh-app-icon} menu -> *Application Stages* -> *Argo CD*. The login page of the Argo CD UI is displayed in a new window.
17+
. Navigate to the {rh-app-icon} menu -> *OpenShift GitOps* -> *Cluster Argo CD*. The login page of the Argo CD UI is displayed in a new window.
1818
. Obtain the password for the Argo CD instance:
1919
.. Navigate to the *Developer* perspective of the web console. A list of available projects is displayed.
2020
.. Navigate to the `openshift-gitops` project.

0 commit comments

Comments
 (0)