summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2019-08-02 19:02:57 +0000
committerSean McGivern <sean@gitlab.com>2019-08-02 19:02:57 +0000
commit5027979b9ba0ebfb6376cfa78114e942f5054c5c (patch)
tree3a5f5c44fc2f3960569aec6d5e98ce382172dfd2 /changelogs
parent2d697018ca7ea63cbbdf7879bc93b8fa1b2ae678 (diff)
downloadgitlab-ce-5027979b9ba0ebfb6376cfa78114e942f5054c5c.tar.gz
Implement Helm ResetCommand for removing Tiller
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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/60516-uninstall-tiller.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/60516-uninstall-tiller.yml b/changelogs/unreleased/60516-uninstall-tiller.yml
new file mode 100644
index 00000000000..db25e7b3338
--- /dev/null
+++ b/changelogs/unreleased/60516-uninstall-tiller.yml
@@ -0,0 +1,5 @@
+---
+title: Allow Helm to be uninstalled from the UI
+merge_request: 27359
+author:
+type: added