Skip to content

Commit

Permalink
fix: Fix undeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Jan 11, 2024
1 parent 8cd4117 commit 55837a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-deployer/src/deployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,5 @@ export const undeployComponent = async (workspace: string, namespace: Namespace,
}
}

await undeployApplication(spec.id, workspace, namespace, appDir, spec.undeploy)
await undeployApplication(workspace, namespace, spec.id, appDir, spec.undeploy)
}

0 comments on commit 55837a8

Please sign in to comment.