100 days of DevOps Task 55 validation issue

Hi KodeKloud Team,
I have run into an issue with the day 55 task validation.
The task asks for sidecar container and init container
When I make a sidecar container the validator say it doesn’t exist and when i make an init container the main container does not run and the task validator says shared memory not mounted correctly or some other issue
I have made multiple attempts to complete the task by making various changes the YAML file and still the task does not complete
Please look into this issue
Thanks

Try referring to this post, which explains the concept of the sidecar pattern in Kubernetes.
This should help you resolve your issue and complete the task.

Thank You
I was able to complete the task after referring to the post