Skip to content

Commit 89d7661

Browse files
authored
feat: disable ingress-nginx (#965)
* feat: hide ingress-nginx * fix: change to ingress-nginx-platform
1 parent 0787034 commit 89d7661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/validators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const PREINSTALLED_EXCLUDED_APPS = json({
9393
export const HIDDEN_APPS = json({
9494
desc: 'Applications that are hidden from the apps page',
9595
default: {
96-
apps: [''],
96+
apps: ['ingress-nginx-platform'],
9797
},
9898
})
9999
export const OBJ_STORAGE_APPS = json({

0 commit comments

Comments
 (0)