@@ -1018,6 +1018,18 @@ step:
10181018 refresh : fetchConfigSecrets
10191019 schema : temp/properties/replicaSet/selectedConfigurationRemove
10201020 type : select
1021+ watcher :
1022+ func : onRemoveConfigChange|replicaSet
1023+ paths :
1024+ - temp/properties/replicaSet/selectedConfigurationRemove
1025+ if :
1026+ name : ifReconfigurationTypeEqualsTo|remove
1027+ type : function
1028+ label : Remove
1029+ type : block-layout
1030+ label : New Config Secret
1031+ options :
1032+ - text : NEW CONFIG SECRET
10211033 value : selectNewConfigSecret
10221034 - text : APPLY CONFIG
10231035 value : applyConfig
@@ -1162,6 +1174,18 @@ step:
11621174 refresh : fetchConfigSecrets
11631175 schema : temp/properties/configServer/selectedConfigurationRemove
11641176 type : select
1177+ watcher :
1178+ func : onRemoveConfigChange|configServer
1179+ paths :
1180+ - temp/properties/configServer/selectedConfigurationRemove
1181+ if :
1182+ name : ifReconfigurationTypeEqualsTo|remove|configServer|true
1183+ type : function
1184+ label : Remove
1185+ type : block-layout
1186+ label : New Config Secret
1187+ options :
1188+ - text : NEW CONFIG SECRET
11651189 value : selectNewConfigSecret
11661190 - text : APPLY CONFIG
11671191 value : applyConfig
@@ -1302,6 +1326,18 @@ step:
13021326 refresh : fetchConfigSecrets
13031327 schema : temp/properties/mongos/selectedConfigurationRemove
13041328 type : select
1329+ watcher :
1330+ func : onRemoveConfigChange|mongos
1331+ paths :
1332+ - temp/properties/mongos/selectedConfigurationRemove
1333+ if :
1334+ name : ifReconfigurationTypeEqualsTo|remove|mongos|true
1335+ type : function
1336+ label : Remove
1337+ type : block-layout
1338+ label : New Config Secret
1339+ options :
1340+ - text : NEW CONFIG SECRET
13051341 value : selectNewConfigSecret
13061342 - text : APPLY CONFIG
13071343 value : applyConfig
@@ -1442,6 +1478,18 @@ step:
14421478 refresh : fetchConfigSecrets
14431479 schema : temp/properties/shard/selectedConfigurationRemove
14441480 type : select
1481+ watcher :
1482+ func : onRemoveConfigChange|shard
1483+ paths :
1484+ - temp/properties/shard/selectedConfigurationRemove
1485+ if :
1486+ name : ifReconfigurationTypeEqualsTo|remove|shard|true
1487+ type : function
1488+ label : Remove
1489+ type : block-layout
1490+ label : New Config Secret
1491+ options :
1492+ - text : NEW CONFIG SECRET
14451493 value : selectNewConfigSecret
14461494 - text : APPLY CONFIG
14471495 value : applyConfig
0 commit comments