-
- Resource Groups |
- What does it configure for the user/administrator |
-
-
- operators.coreos.com |
- Optional operators managed by OLM |
-
-
- user.openshift.io , rbac.authorization.k8s.io |
- Groups, Users and their permissions. |
-
-
- config.openshift.io |
- Control plane Operators managed by CVO used to configure cluster-wide build configuration, registry configuration, scheduler policies, etc. |
-
-
- storage.k8s.io |
- Storage. |
-
-
- console.openshift.io |
- Console customization. |
-
-
-
-
-#### Argo CD Installation
-
-To manage cluster-config, deploy an ArgoCD instance using the steps provided above.
-
-* As an admin, update the existing Subscription Object for Gitops Operator and add `ARGOCD_CLUSTER_CONFIG_NAMESPACES` to the spec.
-
-* On Openshift Console, go to * **Administration -> CustomResourceDefinition -> Subscription -> Instances** and select **"openshift-gitops-operator".**
-
-![image alt text](assets/4.subscription_instance.png)
-
-
-Select the **YAML** tab and edit the Subscription yaml to add ENV, **ARGOCD_CLUSTER_CONFIG_NAMESPACES** as defined below.
-
-```
-spec:
- config:
- env:
- - name: ARGOCD_CLUSTER_CONFIG_NAMESPACES
- value: openshift-gitops,