Skip to content
Snippets Groups Projects
Commit f742ae6b authored by Sören Henning's avatar Sören Henning
Browse files

Fix type mismatch

parent 707536bd
No related branches found
No related tags found
No related merge requests found
Pipeline #10328 failed
...@@ -31,7 +31,7 @@ class DataVolumeLoadGeneratorReplicaPatcher( ...@@ -31,7 +31,7 @@ class DataVolumeLoadGeneratorReplicaPatcher(
// Patch instance values and load value of generators // Patch instance values and load value of generators
return this.envVarPatcher.patchSingleResource( return this.envVarPatcher.patchSingleResource(
replicaPatcher.patchSingleResource(resource, loadGenInstances.toString()), replicaPatcher.patchSingleResource(resource, loadGenInstances),
loadPerInstance.toString()) loadPerInstance.toString())
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment