Skip to content

Commit

Permalink
fix: set namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 21, 2024
1 parent be1b124 commit c8bfa31
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 @@ -224,6 +224,7 @@ func deploy(packageName string, repositoryName string, repositoryURL string, log
fmt.Fprintf(log, format+"\n", v...)
})
client := action.NewUpgrade(actionConfig)
client.Namespace = settings.Namespace()
chartPath, err := client.LocateChart(repositoryName+"/"+packageName, settings)
if err != nil {
return nil, err
Expand Down

0 comments on commit c8bfa31

Please sign in to comment.