docs(README): adapt jq expression to ignore reloader annotation

This commit is contained in:
2025-10-21 22:32:23 +02:00
parent db5e38cef1
commit d2c329e1be

View File

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