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 08a192a commit e7302eaCopy full SHA for e7302ea
cmd/edit/cluster/cmd.go
@@ -214,7 +214,7 @@ func init() {
214
flags.StringVar(
215
&args.channelGroup,
216
"channel-group",
217
- ocm.DefaultChannelGroup,
+ "",
218
"Changes the channel group used for cluster versions. "+
219
"Channel group is the name of the channel where this image belongs, for example \"stable\" or \"eus\".",
220
)
0 commit comments