I have one deployment in A namespace in production. I have the requirement to move the Namespace from A to Namespace B. I have modified the deployment file with namespace B and deployed and deployment strategy is rollingupdate.
After namespace modified in deployment:
I got the pod in New namespace B.
but not deleted the pods and deployment from namespace B.
How we can achieve this in production without downtime also i want to delete the old deployment which is deployed using helm