startingDeadlineSeconds is only valid directly under spec
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
d8c85379d9
commit
00ca877578
2 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,7 @@ metadata:
|
|||
spec:
|
||||
concurrencyPolicy: Forbid
|
||||
schedule: "0 21 * * *"
|
||||
startingDeadlineSeconds: 600
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
@ -33,7 +34,6 @@ spec:
|
|||
subPath: config.ini
|
||||
readOnly: true
|
||||
restartPolicy: Never
|
||||
startingDeadlineSeconds: 600
|
||||
volumes:
|
||||
- name: ssh-config-volume
|
||||
secret:
|
||||
|
|
|
@ -7,6 +7,7 @@ metadata:
|
|||
spec:
|
||||
concurrencyPolicy: Forbid
|
||||
schedule: "*/30 * * * *"
|
||||
startingDeadlineSeconds: 600
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
@ -39,7 +40,6 @@ spec:
|
|||
mountPath: /etc/pki/rabbitmq/cert
|
||||
readOnly: true
|
||||
restartPolicy: Never
|
||||
startingDeadlineSeconds: 600
|
||||
volumes:
|
||||
- name: config-volume
|
||||
configMap:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue