Skip to content

Commit

Permalink
[Bug] Fix #2501
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Feb 7, 2024
1 parent 0ab7b14 commit 583836c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/dao/registry.go
Expand Up @@ -319,8 +319,8 @@ func loadK9s(m ResourceMetas) {

func loadHelm(m ResourceMetas) {
m[client.NewGVR("helm")] = metav1.APIResource{
Name: "chart",
Kind: "Chart",
Name: "helm",
Kind: "Helm",
Namespaced: true,
Verbs: []string{"delete"},
Categories: []string{helmCat},
Expand Down

0 comments on commit 583836c

Please sign in to comment.