forked from LaconicNetwork/kompose
remove example files
This commit is contained in:
parent
cd6a318896
commit
e8671e9779
@ -1,14 +0,0 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
challenge:
|
||||
image: busybox:stable-glibc
|
||||
labels:
|
||||
kompose.cronjob.schedule: "* * * * *"
|
||||
kompose.cronjob.concurrency_policy: "Forbid"
|
||||
kompose.cronjob.backoff_limit: "0"
|
||||
command:
|
||||
- "bash"
|
||||
- "-c"
|
||||
- "echo hello from cron"
|
||||
restart: "no"
|
||||
Loading…
Reference in New Issue
Block a user