Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _docs/installation/gitops.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ group: installation
toc: true
---

Codefresh supports several modes for working with GitOps applications.
Codefresh supports several modes to work with GitOps applications:

* The easiest way to get started is to use [a hosted GitOps runtime]({{site.baseurl}}/docs/installation/gitops/hosted-runtime/)
* Alternatively, you can install [a hybrid GitOps runtime]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/) in your own cluster
* The easiest way to get started is to use [a Hosted GitOps Runtime]({{site.baseurl}}/docs/installation/gitops/hosted-runtime/)
* Alternatively, you can install [a Hybrid GitOps Runtime]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/) in your own cluster

You can then add [external clusters]({{site.baseurl}}/docs/installation/gitops/managed-cluster/) to any runtime (hosted or private).
You can then manage and monitor the Runtimes by adding [external clusters]({{site.baseurl}}/docs/installation/gitops/managed-cluster/) and [Git Sources]({{site.baseurl}}/docs/installation/gitops/git-sources/).

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ For step-by-step installation from the Codefresh UI, see [Step-by-step Hybrid Gi

>Hybrid GitOps installation with Helm is currently in Beta.

## ArgoCD password

>**WARNING**:
Do not change the ArgoCD password by logging into the ArgoCD UI with the `argocd-initial-admin-secret`.
Changing the ArgoCD password can result in system instability, and disrupt the proper functioning of the Codefresh platform.

## Quick Helm install for Hybrid GitOps Runtime

Install the Hybrid GitOps Runtime via Helm with the default tunnel-based access mode. You will copy the Helm install command from the UI to get the values that Codefresh automatically retrieves for you such as your account ID and other values.
Expand Down
9 changes: 8 additions & 1 deletion _docs/installation/gitops/monitor-manage-runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ View Runtime components and information in [List or Topology view formats](/#git
max-width="80%"
%}



<!--- Manage and monitor provisioned GitOps Runtimes:
* [Add managed clusters to GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/managed-cluster/)
* [Add and manage Git Sources for GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/git-sources/)
Expand All @@ -40,9 +42,14 @@ View Runtime components and information in [List or Topology view formats](/#git
* [(Hybrid GitOps) View notifications in Activity Log](#hybrid-gitops-view-notifications-in-activity-log) -->


> TIP:
> **TIP**:
>Unless specified otherwise, all options are common to both types of GitOps Runtimes. If an option is valid only for Hybrid GitOps, it is indicated as such.

## ArgoCD password

>**WARNING**:
Do not change the ArgoCD password by logging into the ArgoCD UI with the `argocd-initial-admin-secret`.
Changing the ArgoCD password can result in system instability, and disrupt the proper functioning of the Codefresh platform.

## GitOps Runtime views

Expand Down