Skip to content

Commit

Permalink
added command context
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Aug 12, 2024
1 parent 6d13723 commit e4f114b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/create_helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func CreateHelm(ctx context.Context, options *CreateOptions, globalFlags *flags.
if err != nil {
return err
}
vclusters, err := find.ListVClusters(ctx, "", "", cmd.Namespace, log)
vclusters, err := find.ListVClusters(ctx, cmd.Context, "", cmd.Namespace, log)
if err != nil {
return err
}
Expand Down

0 comments on commit e4f114b

Please sign in to comment.