Kubernetes cron job

i faced this task today and I am sure I was correct. but it marked me as failed.

Task Status - Failed
cron scheduled message is not ‘Welcome to xfusioncorp’
You may check your work again to see what went wrong. The environment expires in 5 minutes. If
you think you did your work correctly and is marked failed, please take outputs/screenshot of your
work and post in community.kodekloud.com.

But my definition file looks like this:

apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: nautilus
spec:
schedule: “*/7 * * * *”
jobTemplate:
spec:
template:
spec:
containers:
- name: cron-nautilus
image: nginx:latest
args:
- echo
- “Welcome to xfusioncorp”
restartPolicy: OnFailure

can some one tell, what is wrong?

Hi @Gurunath,

Can you please provide me with the Lab link?