mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 17:59:45 +02:00
fix(wizard): EE-3728 Metadata is not working with Nomad (#7615)
This commit is contained in:
parent
ea05814af4
commit
13338c46bb
2 changed files with 2 additions and 1 deletions
|
@ -189,7 +189,7 @@ export function createEdgeAgentEnvironment({
|
||||||
gpus,
|
gpus,
|
||||||
isEdgeDevice,
|
isEdgeDevice,
|
||||||
pollFrequency,
|
pollFrequency,
|
||||||
...meta,
|
meta,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue