fix(tiller): Fixes bug with `--wait` and updated deployments
The current methodology generated its own RS slice instead of using a helper method that uses a `clientset`. This caused some issues where `FindNewReplicaSet` always returned `nil`. This switches the method and removes some unneeded API calls and code. Closes #2426
Showing
+1 -15
Please register or sign in to comment