Skip to content

Commit aa9ed67

Browse files
mclasmeierMoritz Clasmeier
andauthored
Fix scanner resources nesting (#111)
Co-authored-by: Moritz Clasmeier <mclasmeier@redhat.com>
1 parent ec53bff commit aa9ed67

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

internal/deployer/deploy_via_operator.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)