From 79ffa6f7c6fcbfe49d0ec87826fc7ab17d18d32b Mon Sep 17 00:00:00 2001 From: antonio Date: Thu, 25 Jul 2024 13:36:56 +0200 Subject: [PATCH] Created default file for deployed templates --- src/deploymentMenu.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/deploymentMenu.ts b/src/deploymentMenu.ts index 6d91c5f..e10012d 100644 --- a/src/deploymentMenu.ts +++ b/src/deploymentMenu.ts @@ -495,8 +495,7 @@ async function deployIMCommand( ): Promise { const pipeAuth = `${obj.infName}-auth-pipe`; const imClientPath = await getIMClientPath(); - const imageRADL = obj.infName; - const templatePath = `$PWD/deployed-templates/${imageRADL}.yaml`; + const templatePath = `$PWD/deployed-template.yaml`; let cmd = `%%bash PWD=$(pwd)