dgkanatsios / CKAD-exercises

A set of exercises to prepare for Certified Kubernetes Application Developer exam by Cloud Native Computing Foundation
MIT License
8.74k stars 5.64k forks source link

fix args to command #343

Closed mskasa closed 10 months ago

mskasa commented 11 months ago

The args field is used to provide arguments to the container's default entry point (command), so I thought it would be more accurate to use the command field.

If there are no issues, please proceed with the merge.

dgkanatsios commented 10 months ago

@mskasa have you tested that this works?

mskasa commented 10 months ago

@dgkanatsios I apologize, I overlooked the fact that the YAML I modified was generated by the kubectl run command. I will close my merge request.