Skip to content

Commit

Permalink
fix: following Order of precedence(https://grafana.com/docs/k6/latest…
Browse files Browse the repository at this point in the history
  • Loading branch information
namkyu1999 committed Nov 22, 2024
1 parent 403bdbc commit ce2712f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chaoslib/litmus/k6-loadgen/lib/k6-loadgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package lib
import (
"context"
"fmt"
"strconv"

"github.com/litmuschaos/litmus-go/pkg/cerrors"
"github.com/litmuschaos/litmus-go/pkg/clients"
Expand Down Expand Up @@ -125,8 +124,6 @@ func createHelperPod(ctx context.Context, experimentsDetails *experimentTypes.Ex
Args: []string{
mountPath + "/" + experimentsDetails.ScriptSecretKey,
"-q",
"--duration",
strconv.Itoa(experimentsDetails.ChaosDuration) + "s",
},
Resources: chaosDetails.Resources,
VolumeMounts: []corev1.VolumeMount{
Expand Down

0 comments on commit ce2712f

Please sign in to comment.