Skip to content

Commit

Permalink
Merge pull request #371 from darkowlzz/requestedat-docs-spec
Browse files Browse the repository at this point in the history
docs/spec: Fix reconcile annotation key in example
  • Loading branch information
darkowlzz authored Dec 3, 2021
2 parents 7a570b8 + e2e0bb6 commit b9e3330
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 b9e3330

Please sign in to comment.