Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add checks before killing pods when updating istio annotations (…
…#457) ## Description As I was deploying multiple Package CRDs to a namespace I noticed that my Pods were cycling whenever I deployed another Package CR to my namespace. When looking through the code (with the help of engineers far more familiar and smarter than me) we realized we might have been too excited about when we were killing the pods. This PR updates the operator so that it only kills the pods in the namespace if it has actually changed the value of the istio-injection label. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc)
- Loading branch information