Transfer TODOs into GH issues

This commit is contained in:
Andrei Pohilko
2022-10-28 19:10:53 +01:00
parent 2e8ba39b8f
commit 7ab0f33201
3 changed files with 3 additions and 4 deletions

View File

@@ -23,8 +23,6 @@ func (h *HelmHandler) GetCharts(c *gin.Context) {
c.IndentedJSON(http.StatusOK, res)
}
// TODO: helm show chart komodorio/k8s-watcher to get the icon URL
func (h *HelmHandler) Uninstall(c *gin.Context) {
qp, err := utils.GetQueryProps(c, false)
if err != nil {