Skip to content

Commit

Permalink
Update solo/src/commands/cluster.mjs
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon authored Feb 7, 2024
1 parent 74909f7 commit 9d43c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solo/src/commands/cluster.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export class ClusterCommand extends BaseCommand {
{
title: `Uninstall '${constants.FULLSTACK_CLUSTER_SETUP_CHART}' chart`,
task: async (ctx, _) => {
const namespace = ctx.config.namespace
const namespace = ctx.config.clusterSetupNamespace
await self.chartManager.uninstall(namespace, constants.FULLSTACK_CLUSTER_SETUP_CHART)
if (argv.dev) {
await self.showInstalledChartList(namespace)
Expand Down

0 comments on commit 9d43c71

Please sign in to comment.