Skip to content

Commit e33423c

Browse files
authored
Made some small requqested changes (#1355)
1 parent 3034788 commit e33423c

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

_data/nav.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -738,16 +738,6 @@
738738
- title: On-premises
739739
url: "/on-prem-release-notes"
740740

741-
- title: Codefresh New Experience
742-
url: "/new-codefresh"
743-
pages:
744-
- title: The Codefresh New Experience
745-
url: "/enable-new-experience"
746-
- title: Navigation quick reference
747-
url: "/menu-navigation"
748-
- title: Documentation changes
749-
url: "/doc-changes"
750-
751741
- title: Incubation
752742
url: "/incubation"
753743
pages:

_docs/getting-started/gitops-codefresh.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,19 @@ Codefresh is the easiest way to get started with GitOps and Argo CD. Codefresh l
4141

4242

4343

44-
## GitOps Runtimes
44+
## GitOps Runtimes
4545

46-
Codefresh offers two models for GitOps deployments:
46+
Codefresh offers two models for GitOps deployments:
4747

48-
* Hosted GitOps, which is a fully-managed version of Argo CD. The runtime for Hosted GitOps is hosted on a Codefresh cluster (easy setup) and managed by Codefresh (zero maintenance overhead).
49-
If you already have Argo CD installations, this is the option for you. Click once to provision the hosted runtime, and start deploying applications to clusters without having to install and maintain Argo CD.
48+
### Connect to an existing Argo CD
49+
If you already have Argo CD installed, you can connect it directly to Codefresh without reinstallation or migration. This allows you to manage your existing Argo CD setup through Codefresh while taking advantage of Codefresh’s CI/CD capabilities.
50+
For details, see [Install a GitOps runtime with an existing Argo CD](https://codefresh.io/docs/gitops/gitops-runtimes/runtime-install-with-existing-argo-cd/).
5051

51-
* Hybrid GitOps, which is a customer-managed version of Argo CD. The Hybrid GitOps runtime is hosted on the customer cluster and managed by the customer.
52-
The Hybrid GitOps offering retains runtimes within the customer infrastructure to comply your security rewhile giving you the power of Argo CD with Codefresh’s CI and CD tools, to help achieve continuous integration and continuous delivery goals.
52+
### Hybrid GitOps
53+
Hybrid GitOps is a customer-managed version of Argo CD. The GitOps runtime is hosted on your own cluster and managed by your team.
54+
This model keeps the runtime within your infrastructure to meet security and compliance requirements while leveraging the power of Argo CD with Codefresh’s CI/CD tools to achieve continuous delivery goals.
5355

54-
Review [GitOps runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/) and [Hybrid GitOps installation]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-new-argo-cd/).
56+
Review [GitOps runtime architecture](https://codefresh.io/docs/gitops/gitops-runtimes/gitops-architecture/) and [Hybrid GitOps installation](https://codefresh.io/docs/gitops/gitops-runtimes/runtime-install/).
5557

5658
## Argo CD applications
5759

_docs/promotions/yaml/promotion-template-crd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apiVersion: codefresh.io/v1beta1
2424
kind: PromotionTemplate
2525
metadata:
2626
name: base-helm # any valid k8s name
27-
spec:<!
27+
spec:
2828
versionSource: # get release version from this file
2929
file: Chart.yaml
3030
jsonPath: $appVersion

0 commit comments

Comments
 (0)