refactor(test): ingress is no more required

This commit is contained in:
Dario Tranchitella
2022-08-22 17:47:02 +02:00
parent 47fc9fdc63
commit 2eca4b0eeb
3 changed files with 0 additions and 9 deletions

View File

@@ -28,9 +28,6 @@ var _ = Describe("Deploy a TenantControlPlane resource", func() {
Deployment: kamajiv1alpha1.DeploymentSpec{
Replicas: 1,
},
Ingress: kamajiv1alpha1.IngressSpec{
Enabled: false,
},
Service: kamajiv1alpha1.ServiceSpec{
ServiceType: "ClusterIP",
},

View File

@@ -47,9 +47,6 @@ var _ = Describe("starting a kind worker with kubeadm", func() {
Deployment: kamajiv1alpha1.DeploymentSpec{
Replicas: 1,
},
Ingress: kamajiv1alpha1.IngressSpec{
Enabled: false,
},
Service: kamajiv1alpha1.ServiceSpec{
ServiceType: "NodePort",
},

View File

@@ -41,9 +41,6 @@ var _ = Describe("validating kubeconfig", func() {
Deployment: kamajiv1alpha1.DeploymentSpec{
Replicas: 1,
},
Ingress: kamajiv1alpha1.IngressSpec{
Enabled: false,
},
Service: kamajiv1alpha1.ServiceSpec{
ServiceType: "NodePort",
},