From e2e0bb6df90b842e30ffeb08ec705655445b9961 Mon Sep 17 00:00:00 2001 From: Sunny Date: Fri, 3 Dec 2021 18:56:39 +0530 Subject: [PATCH] docs/spec: Fix reconcile annotation key in example Signed-off-by: Sunny --- docs/spec/v2beta1/helmreleases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/v2beta1/helmreleases.md b/docs/spec/v2beta1/helmreleases.md index 907b420f4..b33436bb6 100644 --- a/docs/spec/v2beta1/helmreleases.md +++ b/docs/spec/v2beta1/helmreleases.md @@ -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`.