From e827875603948c95afc35bf71148d3ec064112c2 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Sat, 26 Apr 2025 09:04:22 +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 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).