We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46552c5 commit 59c759eCopy full SHA for 59c759e
cmd/flux/suspend.go
@@ -44,7 +44,7 @@ func init() {
44
suspendCmd.PersistentFlags().BoolVarP(&suspendArgs.all, "all", "", false,
45
"suspend all resources in that namespace")
46
suspendCmd.PersistentFlags().StringVarP(&suspendArgs.reason, "reason", "r", "suspended",
47
- "set a reason for why the resource is suspended")
+ "set a reason for why the resource is suspended, the reason will show up under the suspend.toolkit.fluxcd.io/reason annotation")
48
rootCmd.AddCommand(suspendCmd)
49
}
50
0 commit comments