We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a570b8 + e2e0bb6 commit b9e3330Copy full SHA for b9e3330
docs/spec/v2beta1/helmreleases.md
@@ -763,7 +763,7 @@ The reconciler can be told to reconcile the `HelmRelease` outside of the specifi
763
by annotating the object with a `reconcile.fluxcd.io/requestedAt` annotation. For example:
764
765
```bash
766
-kubectl annotate --overwrite helmrelease/podinfo reconcile.fluxcd.io/requesteddAt="$(date +%s)"
+kubectl annotate --overwrite helmrelease/podinfo reconcile.fluxcd.io/requestedAt="$(date +%s)"
767
```
768
769
Reconciliation can be suspended by setting `spec.suspend` to `true`.
0 commit comments