Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixking25 committed May 11, 2020
1 parent ddc1ca8 commit 1ebbb68
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ var _ = framework.KubeDescribe("Tenants should have explicit control over ingres

kclientTenantB := configutil.NewKubeClientWithKubeconfig(config.TenantB.Kubeconfig)

// Making nginx pod in TenantB to connect to service in TenantA
// Making busybox pod in TenantB to connect to service in TenantA
testpod := e2epod.MakeSecPod(config.TenantB.Namespace, nil, nil, false, "", false, false, nil, nil)
_, err = kclientTenantB.CoreV1().Pods(config.TenantB.Namespace).Create(testpod)
framework.ExpectNoError(err)
Expand All @@ -121,4 +121,4 @@ var _ = framework.KubeDescribe("Tenants should have explicit control over ingres
})
framework.ExpectNoError(errNew)
})
})
})

0 comments on commit 1ebbb68

Please sign in to comment.