Skip to content

Commit

Permalink
fix: env
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 22, 2024
1 parent cb736d6 commit 8117b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hariko/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ func deploy(namespace string, packageName string, repositoryName string, reposit
}

func run(cmd *exec.Cmd, log io.Writer) error {
cmd.Env = append(cmd.Env, "HELM_DRIVER=configmap")
cmd.Stdout = log
cmd.Stderr = log
return cmd.Run()
Expand Down

0 comments on commit 8117b75

Please sign in to comment.