We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8f30f commit c098216Copy full SHA for c098216
src/validators.ts
@@ -68,7 +68,7 @@ export const PREINSTALLED_EXCLUDED_APPS = json({
68
export const HIDDEN_APPS = json({
69
desc: 'Applications that are hidden from the apps page',
70
default: {
71
- apps: ['falco', 'kubeflow-pipelines'],
+ apps: ['falco'],
72
},
73
})
74
export const OBJ_STORAGE_APPS = json({
0 commit comments