Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Oct 18, 2024
1 parent 570b244 commit 5736f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pkg/cluster/injector.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func (c *Cluster) StartInjection(ctx context.Context, tmpDir, imagesDir string,
return err
}

// TODO: Remove use of passing data through global variables.
config.ZarfSeedPort = fmt.Sprintf("%d", svc.Spec.Ports[0].NodePort)

pod := buildInjectionPod(injectorNodeName, injectorImage, payloadCmNames, shasum, resReq)
Expand Down

0 comments on commit 5736f56

Please sign in to comment.