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

@@ -89,6 +89,8 @@ func getInstallMizuAgentConfig(maxDBSizeBytes int64, tapperResources shared.Reso
MizuResourcesNamespace: config.Config.MizuResourcesNamespace,
AgentDatabasePath: shared.DataDirPath,
StandaloneMode: true,
ServiceMap: config.Config.ServiceMap,
OAS: config.Config.OAS,
}
return &mizuAgentConfig