From ea216963c90efd554c32e024a1568d53c0c5fff2 Mon Sep 17 00:00:00 2001 From: otomi-admin <63190600+ferruhcihan@users.noreply.github.com> Date: Thu, 31 Jul 2025 15:17:05 +0200 Subject: [PATCH] chore: hide kubeflow-pipelines --- src/validators.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validators.ts b/src/validators.ts index 4b5ae0bb..e46f1b4a 100644 --- a/src/validators.ts +++ b/src/validators.ts @@ -68,7 +68,7 @@ export const PREINSTALLED_EXCLUDED_APPS = json({ export const HIDDEN_APPS = json({ desc: 'Applications that are hidden from the apps page', default: { - apps: ['falco'], + apps: ['falco', 'kubeflow-pipelines'], }, }) export const OBJ_STORAGE_APPS = json({