From 2bdd4277384d5bc5ee7812a466090b70037cfa8f Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Sat, 26 Apr 2025 08:58:36 +0100 Subject: [PATCH] Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell --- .../content/en/developing-applications/integrations/argo-cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/integrations/argo-cd.md b/daprdocs/content/en/developing-applications/integrations/argo-cd.md index c7e5e0d08..f24d2fb39 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. -**Example:** +## Samples code A sample project demonstrating Dapr deployment with Argo CD is available at [https://github.com/dapr/samples/dapr-argocd](https://github.com/dapr/samples/dapr-argocd).