gitlab-org--gitlab-foss/spec/lib/gitlab/kubernetes/helm
Dylan Griffith 6a66e4a1f1 Don't remove failed install pods
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.
2018-11-27 12:54:32 +01:00
..
api_spec.rb Don't remove failed install pods 2018-11-27 12:54:32 +01:00
base_command_spec.rb Enable Kubernetes RBAC for GitLab Managed Apps for existing clusters 2018-09-06 10:03:38 +00:00
certificate_spec.rb
init_command_spec.rb Improve Debugging Capabilities For Helm Application Installs 2018-11-09 15:03:24 +00:00
install_command_spec.rb Fix usage data and install command spec 2018-11-20 16:48:23 +05:30
pod_spec.rb Upgrade helm to 2.11.0 and upgrade on every install 2018-11-16 10:22:40 +00:00
upgrade_command_spec.rb Remove unnecessary --tiller-namespace 2018-11-16 10:57:48 +00:00