diff --git a/ui-v2/config/environment.js b/ui-v2/config/environment.js index c9d14802f..a6dca6b2b 100644 --- a/ui-v2/config/environment.js +++ b/ui-v2/config/environment.js @@ -138,7 +138,7 @@ module.exports = function (environment, $ = process.env) { // returned from `uiTemplateDataFromConfig`. CONSUL_ACLS_ENABLED: '__RUNTIME_BOOL_ACLsEnabled__', CONSUL_SSO_ENABLED: '__RUNTIME_BOOL_SSOEnabled__', - CONSUL_NSPACES_ENABLED: '__RUNTIME_BOOL_NSpacesEnabled__', + CONSUL_NSPACES_ENABLED: '__RUNTIME_BOOL_NamespacesEnabled__', }); break; } diff --git a/ui-v2/node-tests/config/environment.js b/ui-v2/node-tests/config/environment.js index 30f3b3f2c..1c55034e4 100644 --- a/ui-v2/node-tests/config/environment.js +++ b/ui-v2/node-tests/config/environment.js @@ -11,7 +11,7 @@ test( CONSUL_BINARY_TYPE: 'oss', CONSUL_ACLS_ENABLED: '__RUNTIME_BOOL_ACLsEnabled__', CONSUL_SSO_ENABLED: '__RUNTIME_BOOL_SSOEnabled__', - CONSUL_NSPACES_ENABLED: '__RUNTIME_BOOL_NSpacesEnabled__', + CONSUL_NSPACES_ENABLED: '__RUNTIME_BOOL_NamespacesEnabled__', }, { environment: 'test',