100 Days of devops Day 55

Hi KK Team,

I am working on the Day 55 challenge to create a sidecar container. I have created the required sidecar-container using the correct image and container name as specified in the task, but the submission still fails with an error. Could you please review my solution (Attached screenoshot for review), mark the lab as complete if it is correct, or let me know what needs to be fixed? Thank you.

For this lab, you need to create the sidecar container as an initContainer with restartPolicy=Always, as described in this K8s doc page.

Thank you Rob, I tried with init containers as well but forgot to add restart policy.