mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-13 22:27:12 +00:00
tmp: Enable OAS and Service Map by default
This commit is contained in:
parent
c6c77e6f92
commit
88493e4448
@ -33,6 +33,8 @@ func LoadConfig() error {
|
|||||||
if err = json.Unmarshal(content, &Config); err != nil {
|
if err = json.Unmarshal(content, &Config); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Config.OAS = true
|
||||||
|
Config.ServiceMap = true
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user