Skip to content

Commit

Permalink
merge into main
Browse files Browse the repository at this point in the history
Signed-off-by: Kanha gupta <kanhag4163@gmail.com>
  • Loading branch information
kanha-gupta committed May 11, 2024
1 parent 91caf7e commit 5cb0435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/antctl/raw/check/installation/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (t *testContext) setup(ctx context.Context) error {
if err != nil {
return fmt.Errorf("unable to create Deployment %s: %s", clientDeploymentName, err)
}
echoOtherNodeDeployment := newDeployment(deploymentParameters{
echoOtherNodeDeployment := check.NewDeployment(check.DeploymentParameters{
Name: echoOtherNodeDeploymentName,
Role: kindEchoName,
Port: 80,
Expand Down

0 comments on commit 5cb0435

Please sign in to comment.