We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4000f5f + 296e72a commit a8d2d00Copy full SHA for a8d2d00
cluster/manifests/skipper-canary-controller/canary-cronjob.yaml
@@ -12,6 +12,7 @@ spec:
12
schedule: "*/30 * * * *"
13
jobTemplate:
14
spec:
15
+ backoffLimit: 0
16
template:
17
metadata:
18
labels:
@@ -21,8 +22,6 @@ spec:
21
22
serviceAccountName: skipper-canary-controller
23
# Make sure the job run only once
24
restartPolicy: Never
- concurrencyPolicy: Forbid
25
- backoffLimit: 0
26
containers:
27
- name: skipper-canary-controller
28
terminationMessagePolicy: FallbackToLogsOnError
0 commit comments