From eaf5c62d710a9a616e0c19ba8dcbb3bd71216e0d Mon Sep 17 00:00:00 2001 From: Mani Marothu Date: Wed, 4 Sep 2024 14:39:14 -0700 Subject: [PATCH] Removed early return Signed-off-by: Mani Marothu --- packages/backend/src/plugins/k8s-apply.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/backend/src/plugins/k8s-apply.ts b/packages/backend/src/plugins/k8s-apply.ts index 1765a87..2e108a2 100644 --- a/packages/backend/src/plugins/k8s-apply.ts +++ b/packages/backend/src/plugins/k8s-apply.ts @@ -208,7 +208,6 @@ export const createKubernetesApply = (config: Config) => { ], logStream: ctx.logStream, }); - return; } else { await executeShellCommand({ command: 'kubectl',