Files
ansible-k8s-pi-cluster/files/LFS258/SOLUTIONS/s_14/new-crontab.yaml

11 lines
245 B
YAML

apiVersion: "stable.example.com/v1"
# This is from the group and version of new CRD
kind: CronTab
# The kind from the new CRD
metadata:
name: new-cron-object
spec:
cronSpec: "*/5 * * * *"
image: some-cron-image
#Does not exist