From 6092bf4a08f6c312f4990cfa800f925db012cd99 Mon Sep 17 00:00:00 2001 From: Ishaan Dey Date: Mon, 13 May 2024 16:06:58 -0700 Subject: [PATCH] change production if statement --- backend/orchestrator/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/orchestrator/src/index.ts b/backend/orchestrator/src/index.ts index ba9b96b..ef307eb 100644 --- a/backend/orchestrator/src/index.ts +++ b/backend/orchestrator/src/index.ts @@ -27,7 +27,7 @@ dotenv.config() app.use(cors()) const kubeconfig = new KubeConfig() -if (process.env.NODE_ENV === "production") { +if (process.env.NODE_ENV !== "deployment") { kubeconfig.loadFromOptions({ clusters: [ {