mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 01:01:20 -03:00
setup job and cronjob testing
This commit is contained in:
@@ -21,3 +21,22 @@ probes:
|
||||
enabled: true
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
jobs:
|
||||
testjob:
|
||||
enabled: true
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
imageSelector: image
|
||||
|
||||
jobs:
|
||||
testchronjob:
|
||||
enabled: true
|
||||
cron:
|
||||
enabled: true
|
||||
schedule: "* * * * *"
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
imageSelector: image
|
||||
|
||||
Reference in New Issue
Block a user