remove example files

This commit is contained in:
Tomer Zait 2024-01-17 01:20:47 +02:00
parent cd6a318896
commit e8671e9779

View File

@ -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"