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_"))' ```