fix typo: deployement->deployment
This commit is contained in:
parent
b06e114177
commit
8ea40bbcb9
2 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ func (f *Framework) NewDeployment(name, image string, port int32, replicas int32
|
|||
|
||||
d, err := f.EnsureDeployment(deployment)
|
||||
Expect(err).NotTo(HaveOccurred(), "failed to create a deployment")
|
||||
Expect(d).NotTo(BeNil(), "expected a deployement but none returned")
|
||||
Expect(d).NotTo(BeNil(), "expected a deployment but none returned")
|
||||
|
||||
service := &corev1.Service{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue