Ops deploy does not use InstanceName on DO
hnord-vdx opened this issue · 1 comments
hnord-vdx commented
When configuring the instance name in config.json
and deploying both the image and instance via ops deploy
, the instance name defaults to the concatenation of the image name and the Unix timestamp.
Sample config file
{
"CloudConfig": {
"ImageName": "$IMAGE_NAME",
},
"RunConfig": {
"Imagename": "$IMAGE_NAME",
"InstanceName": "$INSTANCE_NAME",
}
Note: I am setting the ops_render_config: true
env var
Is this the expected behaviour when using deploy?