Skip to content

Commit

Permalink
chore(postgres): Remove unnecessary nop string reader
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Oct 25, 2023
1 parent 8c189ee commit 1d9d9f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/database/dialect/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func (Postgres) FilterPods(ctx context.Context, client kubernetes.KubeClient, po
if err := client.Exec(ctx, kubernetes.ExecOptions{
Pod: pods[0],
Cmd: cmd.String(),
Stdin: strings.NewReader(""),
Stdout: &buf,
Stderr: os.Stderr,
PingPeriod: 5 * time.Second,
Expand Down

0 comments on commit 1d9d9f6

Please sign in to comment.