From 9ac87c01cbe5912f80492c9bf0621c28a8db47aa Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 12 Feb 2021 15:28:58 +0200 Subject: [PATCH] fix accessible namespaces reset on cluster disconnect Signed-off-by: Jari Kolehmainen --- src/main/cluster.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/cluster.ts b/src/main/cluster.ts index 5cf5a58bd9..13c74a285e 100644 --- a/src/main/cluster.ts +++ b/src/main/cluster.ts @@ -400,7 +400,6 @@ export class Cluster implements ClusterModel, ClusterState { this.ready = false; this.activated = false; this.allowedNamespaces = []; - this.accessibleNamespaces = []; this.resourceAccessStatuses.clear(); this.pushState(); }