summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/kubernetes/helm/delete_command_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-38/+0
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-46/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-4/+3
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-26/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-18/+35
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-2/+2
|
* GitLab Managed App ensure helm version uses tls opts63694-tls-opts-for-helm-waitDylan Griffith2019-07-151-5/+11
| | | | | | | | | The TLS opts were missing from helm version command which meant that it was just perpetually failing and hence wasting 30s of time waiting for a command to be successful that was never going to be successful. This never actually caused any errors because this loop will happily just fail 30 times without breaking the overall script but it was just a waste of installation time so now installing apps should be ~30s faster.
* Implement commands to uninstall cluster applicationshelm_uninstall_commandThong Kuah2019-04-161-0/+72
This is the backend part which just allows uninstalling Prometheus for now.