From 8f59eb9006b8238131176536dc85d7d8d6b356fe Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Thu, 8 Oct 2020 15:29:52 -0500 Subject: [PATCH] ui: fix the namespace flag (#8889) --- ui-v2/config/environment.js | 2 +- ui-v2/node-tests/config/environment.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-v2/config/environment.js b/ui-v2/config/environment.js index c9d14802fa..a6dca6b2ba 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 30f3b3f2c1..1c55034e4e 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',