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

pull/7561/head
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, gpus,
isEdgeDevice, isEdgeDevice,
pollFrequency, pollFrequency,
...meta, meta,
} }
); );
} }

View File

@ -79,6 +79,7 @@ export function SocketForm({ onCreate }: Props) {
name: values.name, name: values.name,
socketPath: values.overridePath ? values.socketPath : '', socketPath: values.overridePath ? values.socketPath : '',
gpus: values.gpus, gpus: values.gpus,
meta: values.meta,
}, },
{ {
onSuccess(environment) { onSuccess(environment) {