Skip to content

Commit 98ee3be

Browse files
committed
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/kubernetes/client-node-1.3.0
2 parents a1cf6b2 + c098216 commit 98ee3be

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)