Skip to content

Commit d3fd8eb

Browse files
committed
Update argo-with-gitops-side-by-side.md
1 parent 6e1e5d7 commit d3fd8eb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

_docs/installation/gitops/argo-with-gitops-side-by-side.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Install GitOps with existing Argo CD"
3-
description: "Install GitOps Runtime on cluster with exsiting Argo CD"
2+
title: "Install GitOps Runtime alongside existing Argo CD"
3+
description: "Install GitOps Runtime on cluster with existing Argo CD"
44
group: installation
55
toc: true
66
---
@@ -18,14 +18,14 @@ If you have a cluster with Argo CD already installed, Codefresh provides an opti
1818

1919

2020
Follow these steps to install the GitOps Runtime on a cluster with Argo CD:
21-
* Prepare the Argo CD cluster for GitOps installation
21+
* Prepare the Argo CD cluster for GitOps Runtime installation
2222
* Install the GitOps Runtime via Helm
23-
* Migrate Argo CD applications to GitOps
23+
* Migrate Argo CD Applications to GitOps Runtime
2424

2525

26-
## Prepare the Argo CD cluster for GitOps installation
26+
## Prepare Argo CD cluster for GitOps Runtime installation
2727

28-
There are three configuration changes to make _before_ installing GitOps on the cluster:
28+
There are three configuration changes to make _before_ installing the GitOps Runtime on the cluster with Argo CD:
2929
1. [Switch ownership of Argo project CRDs]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/#gitops-onlygitops-with-argo-cd-argo-project-crds)
3030
2. [Synchronize Argo CD chart's minor versions]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/#gitops-with-argo-cd-synchronize-argo-cd-charts-minor-versions)
3131
3. [Set native Argo CD resource tracking to `label`]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/#gitops-with-argo-cd-set-native-argo-cd-resource-tracking-to-label)
@@ -35,11 +35,11 @@ There are three configuration changes to make _before_ installing GitOps on the
3535

3636
After completing the configuration changes, follow our [step-by-step installation guide]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/#install-first-gitops-runtime-in-account) to install the GitOps Runtime.
3737

38-
GitOps installation is Helm-based, and installing GitOps on a cluster with Argo CD requires additional flags in the installation command and an additional step after installation.
38+
The GitOps Runtime installation is Helm-based, and installing the Runtime on a cluster with an existing Argo CD, requires additional flags in the installation command and an additional step after installation.
3939

4040

41-
## Migrate Argo CD Applications to Codefresh GitOps
42-
The final task depending on your requirements is to migrate your Argo CD Applications to Codefresh GitOps applications.
41+
## Migrate Argo CD Applications to Codefresh GitOps Runtime
42+
The final task depending on your requirements is to migrate your Argo CD Applications to the Codefresh GitOps Runtime.
4343

4444
Why would you want to do this?
4545
Because this allows you to completely and seamlessly manage the applications in Codefresh as GitOps entities.
@@ -54,14 +54,14 @@ The process to migrate an Argo CD Application is simple:
5454
### Step 1: Add a Git Source to GitOps Runtime
5555

5656
After installing the GitOps Runtime successfully, you can add a Git Source to the Runtime and commit your applications to it.
57-
A Git Source is a Git repository with an opinionated folder structure managed by Codefresh.
57+
A Git Source is a Git repository managed by Codefresh as an Argo CD Application.
5858
Read about [Git Sources]({{site.baseurl}}/docs/installation/gitops/git-sources/).
5959

6060

6161

6262
* Add a [Git Source]({{site.baseurl}}/docs/installation/gitops/git-sources/#create-a-git-source) to your GitOps Runtime.
6363

64-
### Step 2: Modify Argo CD Application
64+
### Step 2: Modify Argo CD Applications
6565

6666
Modify the Argo CD Application's manifest to remove `finalizers`, if any, and also remove the Application from the `argocd` `namespace` it is assigned to by default.
6767

0 commit comments

Comments
 (0)