Skip to content

Commit

Permalink
insert ConcurrencyPolicy field to CronJob
Browse files Browse the repository at this point in the history
  • Loading branch information
bernerhat committed Nov 9, 2023
1 parent 1969a71 commit c996086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/storageclient_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ func (s *StorageClientReconciler) reconcileClientStatusReporterJob(instance *v1a
},
},
},
ConcurrencyPolicy: "Forbid",
}
return nil
})
Expand Down

0 comments on commit c996086

Please sign in to comment.