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

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ This example shows you how to set up Harness GitOps using one of your Kubernetes

You'll learn how to:

* Install a Harness GitOps Agent in your target cluster. You can skip this if you are using [Hosted GitOps](/docs/continuous-delivery/gitops/connect-and-manage/hosted-gitops).
* Set up a Harness GitOps Cluster to points to the target cluster.
* Set up a Harness GitOps Repository that points to the source manifest repo.
* Set up a Harness GitOps Application that collects the Agent Cluster, and Repository, and defines the sync policy for GitOps.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ To enable secure and automated deployments, Harness uses a **GitOps Agent**, a l

- Syncs the desired state from Git to the live cluster—ensuring consistency without modifying Git.

✅ **Hosted GitOps (No Agent Required)**

Harness also offers a [Hosted GitOps](/docs/continuous-delivery/gitops/connect-and-manage/hosted-gitops) option, allowing you to manage deployments without installing an Agent.

**No Cluster-to-Git Reconciliation**

Harness does not push changes from the cluster back to Git. Your Git repository remains the only source of truth, ensuring a predictable and auditable deployment process.
Expand Down
Loading