diff --git a/consoles/my-joy-instances/src/containers/create.js b/consoles/my-joy-instances/src/containers/create.js index 67b444b2..d7e92b0b 100644 --- a/consoles/my-joy-instances/src/containers/create.js +++ b/consoles/my-joy-instances/src/containers/create.js @@ -339,7 +339,12 @@ export default compose( }); } - if (steps.cns && (steps.cns.serviceNames && steps.cns.cnsEnabled)) { + if ( + steps.cns && + (steps.cns.serviceNames && + steps.cns.serviceNames.length && + steps.cns.cnsEnabled) + ) { _tags.push({ name: 'triton.cns.services', value: steps.cns.serviceNames.join(',')