summaryrefslogtreecommitdiff
path: root/lib/gitlab/kubernetes/helm/reset_command.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-1/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
|
* Make use of Gitlab::KubernetesJoão Cunha2019-08-141-2/+2
| | | | - refactor Knative and Prometheus
* Implement Helm ResetCommand for removing TillerDylan Griffith2019-08-021-0/+54
Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs