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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,9 +117,13 @@ Create a new Argo CD application by clicking on the **New App** button in the Ar
117
117
118
118
As soon as the Argo CD application is created, a sync is started in order to rollout the Spring PetClinic manifests to the `spring-petclinic` namespace.
119
119
120
+
Click on the **app-spring-petclinic** in the Argo CD dashboard to view the application resources that are deployed to the cluster.
121
+
122
+

123
+
120
124
In the OpenShift Web Console, go to the **Developer** perspective to review the deployed application.
121
125
122
-

126
+

123
127
124
128
In oder to modify the Spring PetClinic deployment, all the user needs to do is to commit the changes to the [app](app/) directory of the Git repository and the changes would automatically get deployed to the cluster.
0 commit comments