Why does the system say that the command is wrong? I saw the 🐳 in containe . . .

Nuno:
Why does the system say that the command is wrong? I saw the :whale: in container logs :thinking_face:. My YAML is the second one (without sh).

Note: CKAD MOCK EXAM – 2


Screenshot 2021-08-21 at 19.57.18.png
Screenshot 2021-08-21 at 19.57.34.png

unnivkn:
apiVersion: batch/v1
kind: Job
metadata:
name: whalesay
spec:
template:
spec:
containers:
- name: whalesay
image: docker/whalesay
command: [“cowsay”,“I am going to ace CKAD!”]
restartPolicy: Never
backoffLimit: 6
completions: 10

unnivkn:
please try this

Nuno:
So you just changed the command :thinking_face:
I will try next time. Thanks.