diff --git a/src/config.js b/src/config.js index 87341ec47..e7d5e91d5 100644 --- a/src/config.js +++ b/src/config.js @@ -234,7 +234,8 @@ function isSpacesEnabled() { } function allowHyphenatedSubdomains() { - return get('edition') === 'hostingprovider'; + // we should move caas also to hostingprovider edition at some point + return get('edition') === 'hostingprovider' || get('provider') === 'caas'; } function allowOperatorActions() {