6a66e4a1f1
We want to keep failed install pods around so that it is easier to debug why a failure occured. With this change we also need to ensure that we remove a previous pod with the same name before installing so that re-install does not fail. Another change here is that we no longer need to catch errors from delete_pod! in CheckInstallationProgressService as we now catch the ResourceNotFoundError in Helm::Api. The catch statement in CheckInstallationProgressService was also probably too broad before and should have been narrowed down simply to ResourceNotFoundError. |
||
---|---|---|
.. | ||
helm | ||
cluster_role_binding_spec.rb | ||
config_map_spec.rb | ||
kube_client_spec.rb | ||
namespace_spec.rb | ||
role_binding_spec.rb | ||
service_account_spec.rb | ||
service_account_token_spec.rb |