From 5383a3c1b69fd0680860bac6fdc85acbaa2a5b04 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 21 Oct 2025 22:25:59 +0200 Subject: [PATCH] docs(README): adjust highlighted text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fad6070..b843997 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Deployments](https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-ro Below is a diff that adds the `Application` to ignore all annotations with the prefix `checksum`. -> [WARN] +> [!WARN] > 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 @@ -237,7 +237,7 @@ Below is a diff that adds the `Application` to ignore all annotations with the p The definition of ignoreDifferences ensures that annotations with the prefix checksum are ignored during a diff. -> [TIP] +> [!TIP] > If the [reloader](https://github.com/stakater/Reloader) is configured as described in section [TLS certificate > rotation](#tls-certificate-rotation), ensure that the shasum defined as annotation or environment variable is also > ignored. The [reloader](https://github.com/stakater/Reloader) will modify the deployment based on his configuration