diff --git a/pkg/agent/run.go b/pkg/agent/run.go index 75f9e5dd..6108d8fe 100644 --- a/pkg/agent/run.go +++ b/pkg/agent/run.go @@ -126,7 +126,7 @@ func run(ctx context.Context, cfg cmds.Agent, proxy proxy.Proxy) error { return err } - if err := configureNode(ctx, &nodeConfig.AgentConfig, coreClient.CoreV1().Nodes()); err != nil { + if err := configureNode(ctx, nodeConfig, coreClient.CoreV1().Nodes()); err != nil { return err }