Skip to content

Commit

Permalink
fix: kbcli kubeblocks install block by helm install leftover configmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
fengluodb committed May 21, 2023
1 parent b5abe41 commit 611c2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cmd/kubeblocks/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (o *UninstallOptions) Uninstall() error {
helm.RemoveRepo(&repo.Entry{Name: types.KubeBlocksChartName}))

// get KubeBlocks objects, then try to remove them
objs, err := getKBObjects(o.Dynamic, o.Namespace, o.addons)
objs, err := getKBObjects(o.Dynamic, "", o.addons)
if err != nil {
fmt.Fprintf(o.ErrOut, "Failed to get KubeBlocks objects %s", err.Error())
}
Expand Down

0 comments on commit 611c2ff

Please sign in to comment.