I am new to Kubernetes. I have an issue is if my args are so long and it needs to go to the second line, how to correct the format without messup the Kubernetes yaml file
For exapmle:
command: ["/bin/sh"]
args: ["-c", "while true; do echo hello; sleep 10;done, while true; do echo hello; sleep 10;done,while true; do echo hello; sleep 10;done,while true; do echo hello; sleep 10;done,while true; do echo hello; sleep 10;done,while true; do echo hello; sleep 10;done,"]
Thanks