Skip to content

Commit c7ed24e

Browse files
committed
docs/spec: Fix reconcile annotation key in example
1 parent 7a570b8 commit c7ed24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/v2beta1/helmreleases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ The reconciler can be told to reconcile the `HelmRelease` outside of the specifi
763763
by annotating the object with a `reconcile.fluxcd.io/requestedAt` annotation. For example:
764764

765765
```bash
766-
kubectl annotate --overwrite helmrelease/podinfo reconcile.fluxcd.io/requesteddAt="$(date +%s)"
766+
kubectl annotate --overwrite helmrelease/podinfo reconcile.fluxcd.io/requestedAt="$(date +%s)"
767767
```
768768

769769
Reconciliation can be suspended by setting `spec.suspend` to `true`.

0 commit comments

Comments
 (0)