Skip to content

Commit

Permalink
Merge pull request openshift#32787 from Srivaralakshmi/GitOpsArgoCDUp…
Browse files Browse the repository at this point in the history
…dates

Updates related to ArgoCD in OCP GitOps Documentation
  • Loading branch information
Preeticp authored May 27, 2021
2 parents 4d1e1ec + edc35a7 commit aba44f3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
7 changes: 6 additions & 1 deletion cicd/gitops/configuring-sso-for-argo-cd-on-openshift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ include::modules/gitops-document-attributes.adoc[]

toc::[]

Once the Red Hat OpenShift GitOps Operator is installed, Argo CD automatically creates a user with `admin` permissions. To manage multiple users, Argo CD allows cluster administrators to configure SSO. You can use Keycloak or a bundled Dex OIDC provider.
After the {gitops-title} Operator is installed, Argo CD automatically creates a user with `admin` permissions. To manage multiple users, Argo CD allows cluster administrators to configure SSO.

[NOTE]
====
Bundled Dex OIDC provider is not supported.
====

.Prerequisites
* Red Hat SSO is installed on the cluster.
Expand Down
14 changes: 11 additions & 3 deletions modules/installing-gitops-operator-in-web-console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,22 @@

.Prerequisites

* Access to the {product-title} web console.
* An account with the `cluster-admin` role.
* You are logged in to the OpenShift cluster as an administrator.

[WARNING]
====
If you have already installed the Community version of the Argo CD Operator, remove the Argo CD Community Operator before you install the {gitops-title} Operator.
====

.Procedure

. Open the *Administrator* perspective of the web console and navigate to *Operators* → *OperatorHub* in the menu on the left.

. Search for `OpenShift GitOps`, click the *Red Hat OpenShift GitOps* tile and then click the *Install* button.
. Search for `OpenShift GitOps`, click the *{gitops-title}* tile, and then click the *Install* button.
+
Red Hat OpenShift GitOps will be installed in all namespaces of the cluster.
{gitops-title} will be installed in all namespaces of the cluster.

Once the Red Hat OpenShift GitOps Operator is installed, it automatically sets up a ready-to-use Argo CD instance that is available in the `openshift-gitops` namespace, and an Argo CD icon is displayed in the console toolbar.
After the {gitops-title} Operator is installed, it automatically sets up a ready-to-use Argo CD instance that is available in the `openshift-gitops` namespace, and an Argo CD icon is displayed in the console toolbar.
You can create subsequent Argo CD instances for your applications under your projects.

0 comments on commit aba44f3

Please sign in to comment.