Skip to content

Update argocd.md to have sentence capitalization #30155

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 1 commit into from
Jun 26, 2025
Merged
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
4 changes: 2 additions & 2 deletions content/en/continuous_delivery/deployments/argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Datadog CD Visibility integrates with Argo CD by using [Argo CD Notifications][2
1. [Triggers][3], which define _when_ to send a notification.
2. [Templates][4], which define _what_ to send in a notification.

## Minimal Setup
## Minimal setup

The setup below uses the [Webhook notification service][5] of Argo CD to send notifications to Datadog.

Expand Down Expand Up @@ -151,7 +151,7 @@ After you have subscribed your Argo CD application by adding the annotations abo

The [Recommended Setup](#recommended-setup) section below contains recommended actions to improve the monitoring reported in CD Visibility.

## Recommended Setup
## Recommended setup

### Change duration to wait for resources health
The duration reported in deployment events matches the sync duration in Argo CD. However, the sync duration generally represents the time spent by Argo CD to sync the Git repository state and the Kubernetes cluster state.
Expand Down
Loading