Skip to content

Commit 6c37be6

Browse files
committed
fix(monitoring): use 'enabled' for the flux force annotation
flux ignores boolean values on kustomize.toolkit.fluxcd.io/force, so the job spec change from the batching fix hit the immutable-field dry-run error instead of a delete+recreate, leaving vmetrics-replay not-ready on the old revision
1 parent a0dced3 commit 6c37be6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • kubernetes/apps/monitoring/victoria-metrics/replay

kubernetes/apps/monitoring/victoria-metrics/replay/job.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ metadata:
1818
name: version-worker-replay
1919
namespace: monitoring
2020
annotations:
21-
kustomize.toolkit.fluxcd.io/force: "true"
21+
# Must be the literal "enabled" — flux ignores boolean-style values here.
22+
kustomize.toolkit.fluxcd.io/force: enabled
2223
spec:
2324
backoffLimit: 0
2425
template:

0 commit comments

Comments
 (0)