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:
@@ -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
|
// 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user