From 46552c56565941af476e3b5ea00684d6f27afa2a Mon Sep 17 00:00:00 2001 From: Travis Mattera Date: Wed, 13 Sep 2023 10:10:43 -0700 Subject: [PATCH] Update cmd/flux/suspend.go Set annotation key string to suspend.toolkit.fluxcd.io/reason Co-authored-by: Stefan Prodan Signed-off-by: Travis Mattera --- cmd/flux/suspend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/flux/suspend.go b/cmd/flux/suspend.go index 2ac84f94..e577e7eb 100644 --- a/cmd/flux/suspend.go +++ b/cmd/flux/suspend.go @@ -147,4 +147,4 @@ func (suspend suspendCommand) patch(ctx context.Context, kubeClient client.WithW } // SuspendReasonAnnotation is the metadata key used to store the reason for resource suspension -const SuspendReasonAnnotation string = "suspend.fluxcd.io/reason" +const SuspendReasonAnnotation string = "suspend.toolkit.fluxcd.io/reason"