dockerArgs, which will "override the container start command". I'd like to use this to run a custom script and then have the pod terminate automatically after the script finishes.dockerArgs="/bin/bash /my_persistent_volume/start.sh" where start.sh is taken from here but with the "sleep infinity" line removed at the end of the file.