Skip to content

Commit 27df756

Browse files
committed
add DBname to MongoDB-Addon form
1 parent d17f8c5 commit 27df756

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/addons/kuberoMongoDB.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ export class KuberoMongoDB extends Plugin implements IPlugin {
4848
default: 'default',
4949
required: true
5050
},
51+
'KuberoMongoDB.spec.mongodb.auth.databases[0]':{
52+
type: 'text',
53+
label: 'Database*',
54+
name: 'spec.mongodb.auth.databases[0]',
55+
default: '',
56+
required: true,
57+
description: 'Database Name'
58+
},
5159
'KuberoMongoDB.spec.mongodb.auth.rootPassword':{
5260
type: 'text',
5361
label: 'Root Password*',

0 commit comments

Comments
 (0)