Refactor e2e framework for TLS tests
This commit is contained in:
parent
c93f39f019
commit
553df8a0cc
7 changed files with 80 additions and 30 deletions
|
|
@ -184,7 +184,7 @@ var _ = framework.IngressNginxDescribe("Dynamic Configuration", func() {
|
|||
},
|
||||
}
|
||||
|
||||
_, _, _, err = framework.CreateIngressTLSSecret(f.KubeClientSet,
|
||||
_, err = framework.CreateIngressTLSSecret(f.KubeClientSet,
|
||||
ingress.Spec.TLS[0].Hosts,
|
||||
ingress.Spec.TLS[0].SecretName,
|
||||
ingress.Namespace)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue