Skip to content

Commit e8cc9bd

Browse files
flavianmissiopenshift-cherrypick-robot
authored andcommitted
azurepathfixjob: set backoff limit to 6 (the default)
1 parent 353a0cb commit e8cc9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resource/azurepathfixjob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func (gapfj *generatorAzurePathFixJob) expected() (runtime.Object, error) {
208208
ReadOnly: true,
209209
}
210210

211-
backoffLimit := int32(0)
211+
backoffLimit := int32(6)
212212
cj := &batchv1.Job{
213213
ObjectMeta: metav1.ObjectMeta{
214214
Name: gapfj.GetName(),

0 commit comments

Comments
 (0)