Added setting ui mode - enterprise or normal (#575)

This commit is contained in:
RoyUP9
2021-12-30 14:58:53 +02:00
committed by GitHub
parent f535719ddd
commit 482036182b
3 changed files with 26 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ func getInstallMizuAgentConfig(maxDBSizeBytes int64, tapperResources shared.Reso
TapperResources: tapperResources,
MizuResourcesNamespace: config.Config.MizuResourcesNamespace,
AgentDatabasePath: shared.DataDirPath,
StandaloneMode: true,
}
return &mizuAgentConfig