From 0436d553be4f912b93560167a1bfd677ce285b45 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Sat, 26 Apr 2025 08:58:27 +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 67b8aefc9..c7e5e0d08 100644 --- a/daprdocs/content/en/developing-applications/integrations/argo-cd.md +++ b/daprdocs/content/en/developing-applications/integrations/argo-cd.md @@ -8,7 +8,7 @@ description: "Integrate Dapr into your GitOps pipeline" [Argo CD](https://argo-cd.readthedocs.io/en/stable/) is a declarative, GitOps continuous delivery tool for Kubernetes. It enables you to manage your Kubernetes deployments by tracking the desired application state in Git repositories and automatically syncing it to your clusters. -**Integration with Dapr:** +## Integration with Dapr 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.