fix servicemesh options nil bug
This commit is contained in:
@@ -280,7 +280,7 @@ func Complete(s *options.ServerRunOptions) error {
|
||||
LoggingOptions: s.LoggingOptions,
|
||||
})
|
||||
|
||||
s = &options.ServerRunOptions{
|
||||
*s = options.ServerRunOptions{
|
||||
GenericServerRunOptions: s.GenericServerRunOptions,
|
||||
KubernetesOptions: conf.KubernetesOptions,
|
||||
DevopsOptions: conf.DevopsOptions,
|
||||
|
||||
Reference in New Issue
Block a user