Why does navigation mesh agent automatically rotate my object?

So I have a sphere with quite some height(looks like an egg), and which is rotated to stay horizontally. If I add a nav mesh agent, it automatically flips it right up. I already set the agent to encapsulate the sphere correctly, but thats all for nothing!

What can I do?

agent.updateRotation = false;

thats how you solve it