Skip to content

Commit c098216

Browse files
authored
Revert "chore: hide kubeflow-pipelines (#779)" (#780)
This reverts commit 5e8f30f.
1 parent 5e8f30f commit c098216

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', 'kubeflow-pipelines'],
71+
apps: ['falco'],
7272
},
7373
})
7474
export const OBJ_STORAGE_APPS = json({

0 commit comments

Comments
 (0)