forked from github-starred/komodo
add server id to mongo deployment
This commit is contained in:
@@ -44,6 +44,7 @@ export async function addInitialDocs({ core, mongo, registry }: Config) {
|
||||
image: "mongo",
|
||||
latest: true,
|
||||
owner: "admin",
|
||||
serverID: coreServerID,
|
||||
};
|
||||
deployments.create(mongoDeployment);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user