Skip to content

Commit ea21696

Browse files
committed
chore: hide kubeflow-pipelines
1 parent 19f4481 commit ea21696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const PREINSTALLED_EXCLUDED_APPS = json({
6868
export const HIDDEN_APPS = json({
6969
desc: 'Applications that are hidden from the apps page',
7070
default: {
71-
apps: ['falco'],
71+
apps: ['falco', 'kubeflow-pipelines'],
7272
},
7373
})
7474
export const OBJ_STORAGE_APPS = json({

0 commit comments

Comments
 (0)