diff --git a/internal/cluster/orchestrator.go b/internal/cluster/orchestrator.go index 52a4596..e0b14ab 100644 --- a/internal/cluster/orchestrator.go +++ b/internal/cluster/orchestrator.go @@ -461,8 +461,8 @@ func (o *Orchestrator) resumeFluxAndReconcile(ctx context.Context) error { if _, err := o.kubectl( ctx, 25*time.Second, - "-A", "annotate", + "--all-namespaces", "helmreleases.helm.toolkit.fluxcd.io", "--all", "reconcile.fluxcd.io/requestedAt="+now,