I am trying to restart puma after updating files. Setting post-remote: pumactl -p 1 restart does not work. Setting post-remote: kubectl exec -n namespace $POD -- /bin/sh -c "pumactl -p 1 restart" does work. It seems like the post-remote command needs something like https://github.com/sheldonjuncker/node-kubycat/blob/main/src/Kubycat.ts#L247