You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fs.StringVarP(&i.Namespace.Name, "namespace", "n", "olmv1-system", "namespace to install the operator in") //infer?
85
80
fs.StringVarP(&i.PackageName, "package-name", "p", "", "package name of the operator to install. Required.")
86
-
fs.StringSliceVarP(&i.Channels, "channels", "c", []string{}, "channels which would be to used for getting updates e.g --channels \"stable,dev-preview,preview\"")
81
+
fs.StringSliceVarP(&i.Channels, "channels", "c", []string{}, "channels to be used for getting updates e.g --channels \"stable,dev-preview,preview\"")
87
82
fs.StringVarP(&i.Version, "version", "v", "", "version (or version range) from which to resolve bundles")
88
83
fs.StringVarP(&i.ServiceAccount, "service-account", "s", "default", "service account name to use for the extension installation")
89
84
fs.DurationVarP(&i.CleanupTimeout, "cleanup-timeout", "d", time.Minute, "the amount of time to wait before cancelling cleanup after a failed creation attempt")
0 commit comments