1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 15:25:22 +02:00

fix(wizard): EE-3728 Metadata is not working with Nomad (#7615)

This commit is contained in:
congs 2022-09-08 13:11:57 +12:00 committed by GitHub
parent ea05814af4
commit 13338c46bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -189,7 +189,7 @@ export function createEdgeAgentEnvironment({
gpus,
isEdgeDevice,
pollFrequency,
...meta,
meta,
}
);
}