Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Remove helm init
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 authored Mar 16, 2020
1 parent abbc4c1 commit f002e43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit f002e43

Please sign in to comment.