Skip to content

Commit 296e72a

Browse files
committed
canary-controller: fix cronjob validation
Signed-off-by: Mustafa Abdelrahman <[email protected]>
1 parent 4000f5f commit 296e72a

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)