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:
|
||||
app.kubernetes.part-of: NAME-website
|
||||
spec:
|
||||
schedule: "10/7 * * * *"
|
||||
schedule: "0/7 * * * *"
|
||||
successfulJobsHistoryLimit: 1
|
||||
failedJobsHistoryLimit: 1
|
||||
jobTemplate:
|
||||
spec:
|
||||
activeDeadlineSeconds: 4150
|
||||
activeDeadlineSeconds: 415
|
||||
template:
|
||||
metadata:
|
||||
namespace: NAME
|
||||
|
|
|
@ -196,7 +196,8 @@
|
|||
:failedJobsHistoryLimit 1,
|
||||
:jobTemplate
|
||||
{:spec
|
||||
{:template
|
||||
{:activeDeadlineSeconds 415,
|
||||
:template
|
||||
{:metadata
|
||||
{:namespace "test-io",
|
||||
:labels
|
||||
|
|
Loading…
Reference in a new issue