If you actually issue these commands you will see the error I am fixing
old : kubectl get pods/original -o yaml > /tmp/current.yaml
Error from server: pods "original" not found
new : kubectl get pods/foo -o yaml > /tmp/current.yaml
previously the pod name was wrong