From db5e38cef13e11b8578374455b144c22d7821772 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 21 Oct 2025 22:28:23 +0200 Subject: [PATCH] docs(README): adapt description of RespectIgnoreDifferences --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07e64ff..8cdc212 100644 --- a/README.md +++ b/README.md @@ -220,8 +220,8 @@ Below is a diff that adds the `Application` to ignore all annotations with the p > [!WARNING] > Configurations of `ignoreDifferences` always refer to the determination of a drift and whether a possible sync is -> necessary. The selected attributes are only ignored in deployment if `RespectIgnoreDifferences=true` has been defined. -> Further information can be found in the ArgoCD +> necessary. If the selected attributes should also be ignored in deployment afterwards, define +> `RespectIgnoreDifferences=true` in your `Application` resource. Further information can be found in the ArgoCD > [documentation](https://argo-cd.readthedocs.io/en/latest/user-guide/sync-options/#respect-ignore-differences-configs). ```diff