From d2c329e1bef8d5eed11ef93812173a693b52b66c Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 21 Oct 2025 22:32:23 +0200 Subject: [PATCH] docs(README): adapt jq expression to ignore reloader annotation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cdc212..daf08eb 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ The definition of ignoreDifferences ensures that annotations with the prefix che - group: apps kind: Deployment jqPathExpressions: -+ - '.spec.template.metadata.annotations | with_entries(select(.key | startswith("stakater")))' ++ - '.spec.template.metadata.annotations | with_entries(select(.key | startswith("reloader")))' + - '.spec.template.spec.containers[].env[] | select(.name | startswith("STAKATER_"))' ```