hecate(reconcile): fix helmrelease annotate all-namespaces

This commit is contained in:
Brad Stein 2026-04-04 07:03:46 -03:00
parent 08276a3973
commit 4c985000a8

View File

@ -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,