Skip to content

Commit 7e08fd3

Browse files
committed
added cnpg services to system_schema
Signed-off-by: Danny Zaken <dannyzaken@gmail.com>
1 parent a3b2dbe commit 7e08fd3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/server/system_services/schemas/system_schema.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,17 @@ module.exports = {
7878
properties: {
7979
service: {
8080
type: 'string',
81-
enum: ['noobaa-mgmt', 's3', 'sts', 'noobaa-db', 'noobaa-db-pg', 'noobaa-syslog']
81+
enum: [
82+
'noobaa-mgmt',
83+
's3',
84+
'sts',
85+
'noobaa-db',
86+
'noobaa-db-pg',
87+
'noobaa-db-pg-cluster-rw',
88+
'noobaa-db-pg-cluster-ro',
89+
'noobaa-db-pg-cluster-r',
90+
'noobaa-syslog'
91+
]
8292
},
8393
kind: {
8494
type: 'string',

0 commit comments

Comments
 (0)