From deaa2793742d9c89b8c277801a31912cddc2ab0d Mon Sep 17 00:00:00 2001 From: Raul Sevilla Date: Wed, 8 Jun 2022 12:09:16 +0200 Subject: [PATCH] Update documentation Signed-off-by: Raul Sevilla --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 7fe78b5c9..f64784f2e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -52,8 +52,8 @@ This section contains the list of jobs `kube-burner` will execute. Each job can | qps | Limit object creation queries per second | Integer | 25 | 0 | | burst | Maximum burst for throttle | Integer | 50 | 0 | | objects | List of objects the job will create. Detailed on the [objects section](#objects) | List | - | [] | -| verifyObjects | Verify object count after running each job. Return code will be 1 if failed | Boolean | true | true | -| errorOnVerify | Exit with rc 1 before indexing when objects verification fails | Boolean | true | false | +| verifyObjects | Verify object count after running each job | Boolean | true | true | +| errorOnVerify | Set RC to 1 when objects verification fails | Boolean | true | false | | preLoadImages | Kube-burner will create a DS before triggering the job to pull all the images of the job | Boolean | true | false | | preLoadPeriod | How long to wait for the preload daemonset | Duration | 2m | 1m |