From f002e43e71eb5ecbffc5b825b24cab802d94dca7 Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach <13718901+J12934@users.noreply.github.com> Date: Mon, 16 Mar 2020 17:58:14 +0100 Subject: [PATCH] Remove helm init --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index 2c7c822..990bd2d 100644 --- a/index.js +++ b/index.js @@ -55,9 +55,6 @@ async function run() { { cwd: './output' } ); - await exec.exec(`helm init --client-only`); - console.log('Initialized helm client'); - const chartDirectories = getDirectories(path.resolve(`./${chartsDir}`)); console.log('Charts dir content');