Skip to content

Commit 1cb0c9a

Browse files
Merge pull request #277 from openshift-cherrypick-robot/cherry-pick-255-to-release-4.10
[release-4.10] Bug 2071941: Replace collect-profile jobs that haven't completed
2 parents b576eef + 83a525a commit 1cb0c9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

manifests/0000_50_olm_07-collect-profiles.cronjob.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ metadata:
88
namespace: openshift-operator-lifecycle-manager
99
spec:
1010
schedule: "*/15 * * * *"
11+
concurrencyPolicy: "Replace"
1112
jobTemplate:
1213
spec:
1314
template:

scripts/generate_crds_manifests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ metadata:
248248
namespace: openshift-operator-lifecycle-manager
249249
spec:
250250
schedule: "*/15 * * * *"
251+
concurrencyPolicy: "Replace"
251252
jobTemplate:
252253
spec:
253254
template:

0 commit comments

Comments
 (0)