Skip to content

Commit 7e626dc

Browse files
authored
Merge pull request #40743 from DebarghoGhosh/change-navigation-structure-3607
RHDEVDOCS 3607 - Changed the navigation structure
2 parents 76af63c + 0b9c419 commit 7e626dc

7 files changed

+21
-19
lines changed

_topic_maps/_topic_map.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,13 +1483,10 @@ Topics:
14831483
File: installing-openshift-gitops
14841484
- Name: Uninstalling OpenShift GitOps
14851485
File: uninstalling-openshift-gitops
1486-
- Name: Configuring Argo CD to recursively sync a Git repository with your application
1487-
Dir: configuring_argo_cd_to_recursively_sync_a_git_repository_with_your_application
1488-
Topics:
1489-
- Name: Configuring an OpenShift cluster by deploying an application with cluster configurations
1490-
File: configuring-an-openshift-cluster-by-deploying-an-application-with-cluster-configurations
1491-
- Name: Deploying a Spring Boot application with Argo CD
1492-
File: deploying-a-spring-boot-application-with-argo-cd
1486+
- Name: Configuring an OpenShift cluster by deploying an application with cluster configurations
1487+
File: configuring-an-openshift-cluster-by-deploying-an-application-with-cluster-configurations
1488+
- Name: Deploying a Spring Boot application with Argo CD
1489+
File: deploying-a-spring-boot-application-with-argo-cd
14931490
- Name: Configuring SSO for Argo CD using Dex
14941491
File: configuring-sso-on-argo-cd-using-dex
14951492
- Name: Configuring SSO for Argo CD using Keycloak
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ With Red Hat OpenShift GitOps, you can configure Argo CD to recursively sync the
1111
.Prerequisites
1212

1313
* Red Hat OpenShift GitOps is installed in your cluster.
14-
15-
include::modules/logging-in-to-the-argo-cd-instance-by-using-your-openshift-credentials.adoc[leveloffset=+1]
14+
* Logged into Argo CD instance.
1615

1716
include::modules/go-run-argo-cd-instance-on-infrastructure-nodes.adoc[leveloffset=+1]
1817

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ With Argo CD, you can deploy your applications to the OpenShift cluster either b
1111
.Prerequisites
1212

1313
* Red Hat OpenShift GitOps is installed in your cluster.
14-
15-
include::modules/logging-in-to-the-argo-cd-instance-by-using-your-openshift-credentials.adoc[leveloffset=+1]
14+
* Logged into Argo CD instance.
1615

1716
include::modules/gitops-creating-an-application-by-using-the-argo-cd-dashboard.adoc[leveloffset=+1]
1817

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[id="getting-started-with-openshift-gitops"]
2-
= Getting started with OpenShift GitOps
2+
= Installing OpenShift GitOps
33
include::modules/common-attributes.adoc[]
44
include::modules/gitops-document-attributes.adoc[]
5-
:context: getting-started-with-openshift-gitops
5+
:context: installing-openshift-gitops
66

77
toc::[]
88

9-
Red Hat OpenShift GitOps uses Argo CD to manage specific cluster-scoped resources, including platform operators, optional Operator Lifecycle Manager (OLM) operators, and user management.
9+
Red Hat {gitops-title} uses Argo CD to manage specific cluster-scoped resources, including platform operators, optional Operator Lifecycle Manager (OLM) operators, and user management.
1010

11-
This guide explains how to install the Red Hat OpenShift GitOps Operator to an {product-title} cluster and logging in to the Argo CD instance.
11+
This guide explains how to install the Red Hat {gitops-title} Operator to an {product-title} cluster and logging in to the Argo CD instance.
1212

1313
include::modules/installing-gitops-operator-in-web-console.adoc[leveloffset=+1]
14+
15+
include::modules/logging-in-to-the-argo-cd-instance-by-using-your-openshift-credentials.adoc[leveloffset=+1]

cicd/gitops/uninstalling-openshift-gitops.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ include::modules/gitops-document-attributes.adoc[]
66

77
toc::[]
88

9-
Uninstalling the GitOps Operator is a two-step process:
9+
Uninstalling the {gitops-title} Operator is a two-step process:
1010

11-
. Delete the Argo CD instances that were added under the default namespace of the GitOps Operator.
12-
. Uninstall the GitOps Operator.
11+
. Delete the Argo CD instances that were added under the default namespace of the {gitops-title} Operator.
12+
. Uninstall the {gitops-title} Operator.
1313

1414
Uninstalling only the Operator will not remove the Argo CD instances created.
1515

modules/installing-gitops-operator-in-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * installing-red-hat-openshift-gitops
44

55
[id="installing-gitops-operator-in-web-console_{context}"]
6-
= Installing GitOps Operator in web console
6+
= Installing OpenShift GitOps Operator in web console
77

88
.Prerequisites
99

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ Red Hat OpenShift GitOps Operator automatically creates a ready-to-use Argo CD i
2222
.. Select the *openshift-gitops-cluster* instance to display the password.
2323
.. Copy the password.
2424
. Use this password and `admin` as the username to log in to the Argo CD UI in the new window.
25+
26+
[NOTE]
27+
====
28+
You cannot create two Argo CD CRs in the same namespace.
29+
====

0 commit comments

Comments
 (0)