Skip to content

Cds 105455 #10224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 7, 2025
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
22 changes: 22 additions & 0 deletions docs/continuous-delivery/gitops/pr-pipelines/pr-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,28 @@ In **Manifest Details**, enter the following settings and then click **Submit**.

You have now successfully configured a Harness service for your PR pipeline.

### GitOps Services Dashboard

:::note

This feature is behind the feature flag `GITOPS_APPSYNCS_ON_SERVICE_DASHBOARD`. Please contact [Harness Support](mailto:[email protected]) to enable this flag.

:::

GitOps applications will appear on the [services dashboard](/docs/continuous-delivery/x-platform-cd-features/services/services-overview).

You can access the service list page by navigating to the **Continuous Delivery** module and selecting **Services**. You should see a list of all your services, including your GitOps services and the one you created in the previous step.

Selecting a GitOps Service will take you to the service's dashboard. In this dashboard you can see the pipelines that use the service. You can also switch the view using the sliding selector pictured below to see a list of applications associated with the service.

![](./static/pipeline-applications-selector.png)

:::warning Limitation

This application dashboard only shows aggregates, so it has a delay of one day as Harness aggregates the appsyncs at the end of each day.

:::

## Configure variables in a Harness service/environment (optional)

:::note
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ A Harness service represents what you're deploying.

Harness services are deployed to Harness environments. Select **Environments** to see the environments in this project.

In **Manage Services**, you can create, update, and delete your services' settings. For example, a service's variables and its manifest and artifact details.

In **Dashboard**, you can view service statistics such as deployment frequency, failure rate, and so on.
Select **Services** to see the service list for your project. From this dashboard, you can create new services and monitor your existing ones.

## Creating services

Expand Down