mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 17:27:28 +00:00
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>
This commit is contained in:
parent
479fc3cd3b
commit
46552c5656
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue