docs/spec: Fix reconcile annotation key in example

Signed-off-by: Sunny <darkowlzz@protonmail.com>
This commit is contained in:
Sunny 2021-12-03 18:56:39 +05:30
parent 7a570b8f7a
commit e2e0bb6df9
No known key found for this signature in database
GPG Key ID: 9F3D25DDFF7FA3CF
1 changed files with 1 additions and 1 deletions

View File

@ -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`.