Removed early return

Signed-off-by: Mani Marothu <manikumar.1215@gmail.com>
This commit is contained in:
Mani Marothu 2024-09-04 14:39:14 -07:00
parent 0bd9fb3ac5
commit eaf5c62d71

View file

@ -208,7 +208,6 @@ export const createKubernetesApply = (config: Config) => {
],
logStream: ctx.logStream,
});
return;
} else {
await executeShellCommand({
command: 'kubectl',