Adding experimental feature flags (#627)

This commit is contained in:
Igor Gov
2022-01-12 09:33:41 +02:00
committed by GitHub
parent e2df973fe6
commit bfbbc27e62
4 changed files with 9 additions and 1 deletions

View File

@@ -156,6 +156,8 @@ func getTapMizuAgentConfig() *shared.MizuAgentConfig {
TapperResources: config.Config.Tap.TapperResources,
MizuResourcesNamespace: config.Config.MizuResourcesNamespace,
AgentDatabasePath: shared.DataDirPath,
ServiceMap: config.Config.ServiceMap,
OAS: config.Config.OAS,
}
return &mizuAgentConfig