Skip to content

Commit d875bff

Browse files
committed
Add example of using flag mysql-versions-to-image
1 parent ea0826b commit d875bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func (o *Options) AddFlags(fs *pflag.FlagSet) {
140140
"The namespace to restrict the client to watch objects.")
141141

142142
fs.StringToStringVar(&o.MySQLVersionImageOverride, "mysql-versions-to-image", map[string]string{},
143-
"A map to override default image for different mysql versions.")
143+
"A map to override default image for different mysql versions. Example: 5.7.23=mysql:5.7,5.7.24=mysql:5.7")
144144
}
145145

146146
var instance *Options

0 commit comments

Comments
 (0)