hecate(reconcile): fix helmrelease annotate all-namespaces
This commit is contained in:
parent
08276a3973
commit
4c985000a8
@ -461,8 +461,8 @@ func (o *Orchestrator) resumeFluxAndReconcile(ctx context.Context) error {
|
|||||||
if _, err := o.kubectl(
|
if _, err := o.kubectl(
|
||||||
ctx,
|
ctx,
|
||||||
25*time.Second,
|
25*time.Second,
|
||||||
"-A",
|
|
||||||
"annotate",
|
"annotate",
|
||||||
|
"--all-namespaces",
|
||||||
"helmreleases.helm.toolkit.fluxcd.io",
|
"helmreleases.helm.toolkit.fluxcd.io",
|
||||||
"--all",
|
"--all",
|
||||||
"reconcile.fluxcd.io/requestedAt="+now,
|
"reconcile.fluxcd.io/requestedAt="+now,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user