From 2dcccd7922b44229d29c9e25d7a41c5f16515c4e Mon Sep 17 00:00:00 2001 From: "franz.germann1" Date: Thu, 19 Dec 2024 15:04:01 +0100 Subject: [PATCH] styling test --- docs/userguide/argocd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/argocd.md b/docs/userguide/argocd.md index 62c228e..791b56c 100644 --- a/docs/userguide/argocd.md +++ b/docs/userguide/argocd.md @@ -15,7 +15,7 @@ Designed specifically for Kubernetes, Argo CD integrates seamlessly within the Kubernetes ecosystem. It leverages Kubernetes’ native capabilities for managing deployments and cluster resources, aligning with GitOps principles to handle changes automatically based on the declarative configurations in Git. - **♻️ Self-Healing and Automatic Rollbacks** - Argo CD detects drift (when the actual state of a cluster deviates from the desired state) and automatically reconciles changes to restore the desired state. It also supports automatic rollbacks in the event of deployment failures, provided policies are defined in Git configurations. +Argo CD detects drift (when the actual state of a cluster deviates from the desired state) and automatically reconciles changes to restore the desired state. It also supports automatic rollbacks in the event of deployment failures, provided policies are defined in Git configurations. ---