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:
|
spec:
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
schedule: "0 21 * * *"
|
schedule: "0 21 * * *"
|
||||||
|
startingDeadlineSeconds: 600
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
@ -33,7 +34,6 @@ spec:
|
||||||
subPath: config.ini
|
subPath: config.ini
|
||||||
readOnly: true
|
readOnly: true
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
startingDeadlineSeconds: 600
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: ssh-config-volume
|
- name: ssh-config-volume
|
||||||
secret:
|
secret:
|
||||||
|
|
|
@ -7,6 +7,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
schedule: "*/30 * * * *"
|
schedule: "*/30 * * * *"
|
||||||
|
startingDeadlineSeconds: 600
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
@ -39,7 +40,6 @@ spec:
|
||||||
mountPath: /etc/pki/rabbitmq/cert
|
mountPath: /etc/pki/rabbitmq/cert
|
||||||
readOnly: true
|
readOnly: true
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
startingDeadlineSeconds: 600
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue