Skip to content

Commit 59c759e

Browse files
Update cmd/flux/suspend.go
Set annotation key string to suspend.toolkit.fluxcd.io/reason Co-authored-by: Stefan Prodan <[email protected]> Signed-off-by: Travis Mattera <[email protected]>
1 parent 46552c5 commit 59c759e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/flux/suspend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func init() {
4444
suspendCmd.PersistentFlags().BoolVarP(&suspendArgs.all, "all", "", false,
4545
"suspend all resources in that namespace")
4646
suspendCmd.PersistentFlags().StringVarP(&suspendArgs.reason, "reason", "r", "suspended",
47-
"set a reason for why the resource is suspended")
47+
"set a reason for why the resource is suspended, the reason will show up under the suspend.toolkit.fluxcd.io/reason annotation")
4848
rootCmd.AddCommand(suspendCmd)
4949
}
5050

0 commit comments

Comments
 (0)