mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Change userdata key in cmd src
Signed-off-by: Preston Holmes <preston@ptone.com>
This commit is contained in:
parent
d11404ca97
commit
00b0f8fa90
@ -266,7 +266,7 @@ func (g GCPClient) CreateInstance(name, image, zone, machineType string, disks D
|
||||
Value: sshKey,
|
||||
},
|
||||
{
|
||||
Key: "userdata",
|
||||
Key: "user-data",
|
||||
Value: data,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user