diff --git a/daprdocs/content/en/developing-applications/integrations/argo-cd.md b/daprdocs/content/en/developing-applications/integrations/argo-cd.md index bd1d6b9b9..0377a6099 100644 --- a/daprdocs/content/en/developing-applications/integrations/argo-cd.md +++ b/daprdocs/content/en/developing-applications/integrations/argo-cd.md @@ -12,6 +12,6 @@ description: "Integrate Dapr into your GitOps pipeline" You can use Argo CD to manage the deployment of Dapr control plane components and Dapr-enabled applications. By adopting a GitOps approach, you ensure that Dapr's configurations and applications are consistently deployed, versioned, and auditable across your environments. Argo CD can be easily configured to deploy Helm charts, manifests, and Dapr components stored in Git repositories. -## Samples code +## Sample code A sample project demonstrating Dapr deployment with Argo CD is available at [https://github.com/dapr/samples/tree/master/dapr-argocd](https://github.com/dapr/samples/tree/master/dapr-argocd).