docs/spec: Fix reconcile annotation key in example
Signed-off-by: Sunny <darkowlzz@protonmail.com>
This commit is contained in:
parent
7a570b8f7a
commit
e2e0bb6df9
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue