bug fix: Fixed namespace usage with cli command 'version'
Signed-off-by: John Matthews <jwmatthews@gmail.com>pull/1630/head
parent
f829dabcf4
commit
afa49f398f
|
@ -0,0 +1 @@
|
|||
bug fix: Fixed namespace usage with cli command 'version'
|
|
@ -50,7 +50,7 @@ func NewCommand(f client.Factory) *cobra.Command {
|
|||
|
||||
veleroClient = client.VeleroV1()
|
||||
}
|
||||
|
||||
serverStatusGetter.Namespace = f.Namespace()
|
||||
printVersion(os.Stdout, clientOnly, veleroClient, serverStatusGetter)
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue