Update cmd/flux/suspend.go

Set annotation key string to suspend.toolkit.fluxcd.io/reason

Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Travis Mattera <travis@mattera.io>
pull/4232/head
Travis Mattera 2 years ago committed by GitHub
parent 479fc3cd3b
commit 46552c5656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save