We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a570b8 commit c7ed24eCopy full SHA for c7ed24e
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