Skip to content

Commit

Permalink
revert to cli portforwarder after getting stupid error again
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohanon committed Jun 17, 2024
1 parent 1ca9f25 commit 5a496b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/kubeutils/portforward/portforwarder.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ type PortForwarder interface {

// NewPortForwarder returns an implementation of a PortForwarder
func NewPortForwarder(options ...Option) PortForwarder {
return NewApiPortForwarder(options...)
return NewCliPortForwarder(options...)
}

0 comments on commit 5a496b9

Please sign in to comment.