Skip to content

Commit

Permalink
Document how to configure cluster-scoped ArgoCD instances
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyTetrahedron committed Aug 9, 2024
1 parent fe327b3 commit 2febebb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/modules/ROOT/pages/how-tos/gitops/cluster-scope-argocd.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
= 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

. Add the following configuration to the cluster's config file in the tenant repository:
+
[source,yaml]
--
argocd:
operator:
cluster_scope_namespaces:
- [NAMESPACE NAME]
--

. Commit your change and create a pull request.

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

. Inform the customer that they may now deploy their ArgoCD instance as per https://docs.appuio.ch/managed-openshift/gitops/howto-argocd.html[our documentation].
3 changes: 3 additions & 0 deletions docs/modules/ROOT/partials/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@
** xref:oc4:ROOT:how-tos/monitoring/handle_alerts.adoc[]
** xref:oc4:ROOT:how-tos/monitoring/remove_rules.adoc[]
* GitOps
** xref:oc4:ROOT:how-tos/gitops/cluster-scope-argocd.adoc[Configure Cluster Scope ArgoCD Instances]
// Scalability and performance
// Specialized hardware and driver enablement

Expand Down

0 comments on commit 2febebb

Please sign in to comment.