-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document how to configure cluster-scoped ArgoCD instances
- Loading branch information
1 parent
fe327b3
commit 2febebb
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
docs/modules/ROOT/pages/how-tos/gitops/cluster-scope-argocd.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters