|
3 | 3 | ## Table of Contents |
4 | 4 | 1. [Installing OpenShift GitOps](#installing-openshift-gitops) |
5 | 5 | 2. [Configure SSO for OpenShift GitOps](#configure-sso-for-openshift-gitops) |
6 | | - a. [Dex](#dex) |
7 | | - b. [RHSSO / Keycloak](#rhssokeycloak) |
| 6 | + a. [Dex](#dex) |
8 | 7 | 3. [Setting environment variables](#setting-environment-variables) |
9 | 8 | 4. [Setting up a new ArgoCD instance](#setting-up-a-new-argo-cd-instance) |
10 | 9 | 5. [Configure resource quota/requests for OpenShift GitOps workloads](#configure-resource-quotarequests-for-openshift-gitops-workloads) |
@@ -194,12 +193,6 @@ Dex can be used to authenticate with Argo CD. Refer [Dex config guidance](./dex_ |
194 | 193 | > **Note** |
195 | 194 | Dex is automatically configured for default Argo CD instance in the openshift-gitops namespace to allow users to use OpenShift OAuth to login into Argo CD. Refer [Uninstall](./dex_config_guidance.md#uninstall) section to disable dex on default Argo CD instance. |
196 | 195 |
|
197 | | -### RHSSO/Keycloak |
198 | | - |
199 | | -GitOps comes with a bundled keycloak instance which is configured for authenticating with Argo CD component of Openshift GitOps. The main purpose of this instance created by the operator is to allow users to login into Argo CD with their OpenShift users. |
200 | | - |
201 | | -Refer [RHSSO config guidance](./rhsso_config_guidance.md) for installation & configuration steps. |
202 | | - |
203 | 196 | ## Setting environment variables |
204 | 197 |
|
205 | 198 | Updating the following environment variables in the existing Subscription Object for the GitOps Operator will allow you (as an admin) to change certain properties in your cluster: |
@@ -679,7 +672,7 @@ Similarly, A user can update the Application Controller **resource limits** of a |
679 | 672 |
|
680 | 673 | `kubectl -n argocd patch argocd example --type='json' -p='[{"op": "replace", "path": "/spec/controller/resources/limits/memory", "value":"2048Mi"}]'` |
681 | 674 |
|
682 | | -**The above commands can be modified to replace application controller with any other OpenShift GitOps workloads such as ApplicationSet Controller, Dex, Redis, Repo Server, Server, Keycloak e.t.c.,.** |
| 675 | +**The above commands can be modified to replace application controller with any other OpenShift GitOps workloads such as ApplicationSet Controller, Dex, Redis, Repo Server, Server, e.t.c.,.** |
683 | 676 |
|
684 | 677 | ### Remove the resource requirements for Argo CD workloads |
685 | 678 |
|
|
0 commit comments