Skip to content

Commit

Permalink
docs/spec: Fix reconcile annotation key in example
Browse files Browse the repository at this point in the history
  • Loading branch information
darkowlzz committed Dec 3, 2021
1 parent 7a570b8 commit c7ed24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/v2beta1/helmreleases.md
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ The reconciler can be told to reconcile the `HelmRelease` outside of the specifi
by annotating the object with a `reconcile.fluxcd.io/requestedAt` annotation. For example:

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

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

0 comments on commit c7ed24e

Please sign in to comment.