Skip to content

Commit

Permalink
azurepathfixjob: set backoff limit to 6 (the default)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavianmissi authored and openshift-cherrypick-robot committed Feb 21, 2024
1 parent 353a0cb commit e8cc9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resource/azurepathfixjob.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func (gapfj *generatorAzurePathFixJob) expected() (runtime.Object, error) {
ReadOnly: true,
}

backoffLimit := int32(0)
backoffLimit := int32(6)
cj := &batchv1.Job{
ObjectMeta: metav1.ObjectMeta{
Name: gapfj.GetName(),
Expand Down

0 comments on commit e8cc9bd

Please sign in to comment.