diff --git a/src/validators.ts b/src/validators.ts index 7d24c4d9..35b90a65 100644 --- a/src/validators.ts +++ b/src/validators.ts @@ -93,7 +93,7 @@ export const PREINSTALLED_EXCLUDED_APPS = json({ export const HIDDEN_APPS = json({ desc: 'Applications that are hidden from the apps page', default: { - apps: [''], + apps: ['ingress-nginx-platform'], }, }) export const OBJ_STORAGE_APPS = json({