Added basic setup for master and certification material
This commit is contained in:
10
files/LFS258/SOLUTIONS/s_14/new-crontab.yaml
Normal file
10
files/LFS258/SOLUTIONS/s_14/new-crontab.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user