In my Kubernetes config.yaml I have:
command: ["sh", "-c", "command1; command2; command3;"]`
a lot of commands can complicate the config file and it will be hard to reat. What is the best approach here? Is it possible to create a script that will have those commands? I will be glad to see an example.