startingDeadlineSeconds is only valid directly under spec
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
0cb152b0c4
commit
d8c85379d9
4 changed files with 0 additions and 5 deletions
|
@ -32,7 +32,6 @@ spec:
|
|||
mountPath: /tmp
|
||||
{% endif %}
|
||||
restartPolicy: Never
|
||||
startingDeadlineSeconds: 600
|
||||
volumes:
|
||||
- name: build-output
|
||||
persistentVolumeClaim:
|
||||
|
|
|
@ -26,7 +26,6 @@ spec:
|
|||
mountPath: /antora/output
|
||||
readOnly: false
|
||||
restartPolicy: Never
|
||||
startingDeadlineSeconds: 600
|
||||
volumes:
|
||||
- name: build-output
|
||||
persistentVolumeClaim:
|
||||
|
|
|
@ -33,7 +33,6 @@ spec:
|
|||
mountPath: /review-stats
|
||||
readOnly: false
|
||||
restartPolicy: Never
|
||||
startingDeadlineSeconds: 600
|
||||
volumes:
|
||||
- name: review-stats-config
|
||||
configMap:
|
||||
|
@ -81,7 +80,6 @@ spec:
|
|||
mountPath: /review-stats
|
||||
readOnly: false
|
||||
restartPolicy: Never
|
||||
startingDeadlineSeconds: 600
|
||||
volumes:
|
||||
- name: review-stats-config
|
||||
configMap:
|
||||
|
|
|
@ -40,7 +40,6 @@ spec:
|
|||
mountPath: /output
|
||||
readOnly: false
|
||||
restartPolicy: Never
|
||||
startingDeadlineSeconds: 600
|
||||
volumes:
|
||||
- name: build-output
|
||||
persistentVolumeClaim:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue