mirror of https://github.com/portainer/portainer
fix(wizard): EE-3728 Metadata is not working with Nomad (#7615)
parent
ea05814af4
commit
13338c46bb
|
@ -189,7 +189,7 @@ export function createEdgeAgentEnvironment({
|
|||
gpus,
|
||||
isEdgeDevice,
|
||||
pollFrequency,
|
||||
...meta,
|
||||
meta,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
@ -79,6 +79,7 @@ export function SocketForm({ onCreate }: Props) {
|
|||
name: values.name,
|
||||
socketPath: values.overridePath ? values.socketPath : '',
|
||||
gpus: values.gpus,
|
||||
meta: values.meta,
|
||||
},
|
||||
{
|
||||
onSuccess(environment) {
|
||||
|
|
Loading…
Reference in New Issue