Fix tests
This commit is contained in:
parent
89cd45fdd3
commit
a8e1dae976
2 changed files with 4 additions and 3 deletions
|
@ -6,12 +6,12 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.part-of: NAME-website
|
app.kubernetes.part-of: NAME-website
|
||||||
spec:
|
spec:
|
||||||
schedule: "10/7 * * * *"
|
schedule: "0/7 * * * *"
|
||||||
successfulJobsHistoryLimit: 1
|
successfulJobsHistoryLimit: 1
|
||||||
failedJobsHistoryLimit: 1
|
failedJobsHistoryLimit: 1
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
activeDeadlineSeconds: 4150
|
activeDeadlineSeconds: 415
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
namespace: NAME
|
namespace: NAME
|
||||||
|
|
|
@ -196,7 +196,8 @@
|
||||||
:failedJobsHistoryLimit 1,
|
:failedJobsHistoryLimit 1,
|
||||||
:jobTemplate
|
:jobTemplate
|
||||||
{:spec
|
{:spec
|
||||||
{:template
|
{:activeDeadlineSeconds 415,
|
||||||
|
:template
|
||||||
{:metadata
|
{:metadata
|
||||||
{:namespace "test-io",
|
{:namespace "test-io",
|
||||||
:labels
|
:labels
|
||||||
|
|
Loading…
Reference in a new issue