add default entity filter to k8s tab
Signed-off-by: Alex McKay <amckay@spotify.com>
This commit is contained in:
@@ -23,6 +23,7 @@ export const entityKubernetesContent = EntityContentBlueprint.make({
|
||||
params: {
|
||||
defaultPath: '/kubernetes',
|
||||
defaultTitle: 'Kubernetes',
|
||||
filter: 'kind:component,resource',
|
||||
loader: () =>
|
||||
import('./KubernetesContentPage').then(m =>
|
||||
compatWrapper(<m.KubernetesContentPage />),
|
||||
|
||||
Reference in New Issue
Block a user