We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a840cc + c098216 commit d1bb183Copy full SHA for d1bb183
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