Skip to content

Commit

Permalink
fix: additional staking fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Feb 17, 2025
1 parent 1d0bdf9 commit 53a7fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/account_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export class AccountManager {
if (this._portForwards.length < totalNodes) {
this._portForwards.push(
await this.k8Factory
.default()
.getK8(networkNodeService.context)
.pods()
.readByRef(PodRef.of(networkNodeService.namespace, networkNodeService.haProxyPodName))
.portForward(localPort, port),
Expand Down

0 comments on commit 53a7fa9

Please sign in to comment.