From a6f81c1d0228d32a9214cb7e7e60f47291466c3f Mon Sep 17 00:00:00 2001 From: "franz.germann1" Date: Thu, 19 Dec 2024 15:01:34 +0100 Subject: [PATCH] styling test --- docs/userguide/argocd.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/userguide/argocd.md b/docs/userguide/argocd.md index 06b391b..62c228e 100644 --- a/docs/userguide/argocd.md +++ b/docs/userguide/argocd.md @@ -15,7 +15,6 @@ 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. ---