We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0787034 commit 89d7661Copy full SHA for 89d7661
1 file changed
src/validators.ts
@@ -93,7 +93,7 @@ export const PREINSTALLED_EXCLUDED_APPS = json({
93
export const HIDDEN_APPS = json({
94
desc: 'Applications that are hidden from the apps page',
95
default: {
96
- apps: [''],
+ apps: ['ingress-nginx-platform'],
97
},
98
})
99
export const OBJ_STORAGE_APPS = json({
0 commit comments