Skip to content

Commit

Permalink
feat: pass execution environment when invoking helm
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Boissiere authored and yann-soubeyrand committed Oct 3, 2020
1 parent f9c5d0c commit b449453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ loop:

cmd := exec.Command(helmPath, os.Args[1:]...)

cmd.Env = os.Environ()
cmd.Stdin = os.Stdin
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr
Expand Down

0 comments on commit b449453

Please sign in to comment.