updating k8s deployment label can caused helm future deployment to fail
After we tried to update an existing helm deployment label, it complaint about label immutability and then stop all deployment.
Unfortunately, there's no easy fix because helm stores these information in its namespace secrets.
Comments