mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
the plugin launcher tool was passing the wrong byte array into
SetConfig, resulting in msgpack decoding errors
This commit is contained in:
@@ -209,7 +209,7 @@ func (c *Device) setConfig(spec hcldec.Spec, apiVersion string, config []byte, n
|
||||
}
|
||||
|
||||
req := &base.Config{
|
||||
PluginConfig: config,
|
||||
PluginConfig: cdata,
|
||||
AgentConfig: nmdCfg,
|
||||
ApiVersion: apiVersion,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user