Skip to content

Commit 1bf3cf2

Browse files
committed
RHDEVDOCS-5090: Update the subscription to the latest in the OCP GitOps installation section doc
1 parent 60f33d9 commit 1bf3cf2

4 files changed

+10
-10
lines changed

cicd/gitops/installing-openshift-gitops.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_content-type: ASSEMBLY
22
[id="getting-started-with-openshift-gitops"]
3-
= Installing OpenShift GitOps
3+
= Installing {gitops-title}
44
include::_attributes/common-attributes.adoc[]
55
:context: installing-openshift-gitops
66

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Module is included in the following assemblies:
22
//
3-
// * installing-red-hat-openshift-gitops
3+
// * /cicd/gitops/installing-openshift-gitops.adoc
44

55
:_content-type: PROCEDURE
66
[id="installing-gitops-operator-in-web-console_{context}"]
7-
= Installing OpenShift GitOps Operator in web console
7+
= Installing {gitops-title} Operator in web console
88

99
.Procedure
1010

modules/installing-gitops-operator-using-cli.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Module is included in the following assemblies:
22
//
3-
// * installing-openshift-gitops
3+
// * /cicd/gitops/installing-openshift-gitops.adoc
44

55
:_content-type: PROCEDURE
66
[id="installing-gitops-operator-using-cli_{context}"]
7-
= Installing OpenShift GitOps Operator using CLI
7+
= Installing {gitops-title} Operator using CLI
88

99
[role="_abstract"]
1010
You can install {gitops-title} Operator from the OperatorHub using the CLI.
@@ -22,7 +22,7 @@ metadata:
2222
name: openshift-gitops-operator
2323
namespace: openshift-operators
2424
spec:
25-
channel: stable <1>
25+
channel: latest <1>
2626
installPlanApproval: Automatic
2727
name: openshift-gitops-operator <2>
2828
source: redhat-operators <3>

modules/logging-in-to-the-argo-cd-instance-by-using-the-argo-cd-admin-account.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
// Module is included in the following assemblies:
22
//
3-
// * getting-started-with-openshift-gitops.adoc
3+
// * /cicd/gitops/installing-openshift-gitops.adoc
44

55
:_content-type: PROCEDURE
66
[id="logging-in-to-the-argo-cd-instance-by-using-the-argo-cd-admin-account_{context}"]
77
= Logging in to the Argo CD instance by using the Argo CD admin account
88

99
[role="_abstract"]
10-
Red Hat OpenShift GitOps Operator automatically creates a ready-to-use Argo CD instance that is available in the `openshift-gitops` namespace.
10+
{gitops-title} Operator automatically creates a ready-to-use Argo CD instance that is available in the `openshift-gitops` namespace.
1111

1212
.Prerequisites
1313

14-
* You have installed the Red Hat OpenShift GitOps Operator in your cluster.
14+
* You have installed the {gitops-title} Operator in your cluster.
1515
1616
.Procedure
1717

18-
. In the *Administrator* perspective of the web console, navigate to *Operators* -> *Installed Operators* to verify that the Red Hat OpenShift GitOps Operator is installed.
18+
. In the *Administrator* perspective of the web console, navigate to *Operators* -> *Installed Operators* to verify that the {gitops-title} Operator is installed.
1919
. 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.
2020
. Obtain the password for the Argo CD instance:
2121
.. In the left panel of the console, use the perspective switcher to switch to the *Developer* perspective.

0 commit comments

Comments
 (0)