File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -301,9 +301,9 @@ func (d *Deployer) getCentralResourcesOperator(resourcesName string) map[string]
301301 "scanner" : map [string ]interface {}{
302302 "scannerComponent" : "Disabled" ,
303303 "analyzer" : map [string ]interface {}{
304- "scaling" : noScaling ,
304+ "scaling" : noScaling ,
305+ "resources" : centralScannerResourcesSmall ,
305306 },
306- "resources" : centralScannerResourcesSmall ,
307307 "db" : map [string ]interface {}{
308308 "resources" : centralScannerDbResourcesSmall ,
309309 },
@@ -334,9 +334,9 @@ func (d *Deployer) getCentralResourcesOperator(resourcesName string) map[string]
334334 },
335335 "scanner" : map [string ]interface {}{
336336 "analyzer" : map [string ]interface {}{
337- "scaling" : noScaling ,
337+ "scaling" : noScaling ,
338+ "resources" : centralScannerResourcesMedium ,
338339 },
339- "resources" : centralScannerResourcesMedium ,
340340 "db" : map [string ]interface {}{
341341 "resources" : centralScannerDbResourcesMedium ,
342342 },
You can’t perform that action at this time.
0 commit comments