Configure an ArgoCD instance to be cluster-scoped

Prerequisites

  • Access to tenant repository

  • Knowledge of the namespace in which the cluster-scoped ArgoCD shall be deployed

Configure ArgoCD component

  1. Add the following configuration to the cluster’s config file in the tenant repository:

      argocd:
        operator:
          cluster_scope_namespaces:
            - [NAMESPACE NAME]
  2. Commit your change and create a pull request.

  3. After merge, wait for the catalog to be compiled.

  4. Inform the customer that they may now deploy their ArgoCD instance as per our documentation.