From cf131aa96cd2ceb846b07b00664667ed54f49a26 Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Wed, 9 Dec 2020 17:47:31 -0700 Subject: [PATCH] Add cattle-dashboards to system namespaces --- config/system-namespaces.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/system-namespaces.js b/config/system-namespaces.js index 8a0cb93375a..d469f453621 100644 --- a/config/system-namespaces.js +++ b/config/system-namespaces.js @@ -1,6 +1,7 @@ // These are used to determine what is considered a User vs System namespace in the namespace picker, // along with the `isSystem` property of the project associated with the namespace, if in Rancher mode. export default [ + 'cattle-dashboards', 'cattle-global-data', 'cattle-system', 'gatekeeper-system',