mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-10 21:02:21 +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 {
|
||||
return err
|
||||
}
|
||||
Config.OAS = true
|
||||
Config.ServiceMap = true
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user