Skip to content

Commit a8d2d00

Browse files
authored
Merge pull request #8166 from zalando-incubator/fix-canary-cronjob
canary-controller: fix cronjob validation
2 parents 4000f5f + 296e72a commit a8d2d00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cluster/manifests/skipper-canary-controller/canary-cronjob.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ spec:
1212
schedule: "*/30 * * * *"
1313
jobTemplate:
1414
spec:
15+
backoffLimit: 0
1516
template:
1617
metadata:
1718
labels:
@@ -21,8 +22,6 @@ spec:
2122
serviceAccountName: skipper-canary-controller
2223
# Make sure the job run only once
2324
restartPolicy: Never
24-
concurrencyPolicy: Forbid
25-
backoffLimit: 0
2625
containers:
2726
- name: skipper-canary-controller
2827
terminationMessagePolicy: FallbackToLogsOnError

0 commit comments

Comments
 (0)