Skip to content

Commit c18e687

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 c18e687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
name: version-worker-replay
1919
namespace: monitoring
2020
annotations:
21-
kustomize.toolkit.fluxcd.io/force: "true"
21+
kustomize.toolkit.fluxcd.io/force: enabled
2222
spec:
2323
backoffLimit: 0
2424
template:

0 commit comments

Comments
 (0)