Closed mskasa closed 10 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.
args
command
If there are no issues, please proceed with the merge.
@mskasa have you tested that this works?
@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.
kubectl run
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 thecommand
field.If there are no issues, please proceed with the merge.