Skip to content

Commit

Permalink
Fix ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
liustanley committed Aug 14, 2024
1 parent 3cdfde7 commit e598a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/tests/otel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (s *otelSuite) TestOTLPLogs() {
}

func (s *otelSuite) createTelemetrygenJob(ctx context.Context, telemetry string, options []string) {
var ttlSecondsAfterFinished int32 = 60 //nolint:revive // We want to see this is explicitly set to 0
var ttlSecondsAfterFinished int32 = 0 //nolint:revive // We want to see this is explicitly set to 0
var backOffLimit int32 = 4

jobSpec := &batchv1.Job{
Expand Down

0 comments on commit e598a7a

Please sign in to comment.