Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuvesz committed May 6, 2022
1 parent 41753b3 commit 05ca557
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var _ = Describe("KafkaClusterIstioIngressController", func() {
kafkaCluster = createMinimalKafkaClusterCR(kafkaClusterCRName, namespace)

kafkaCluster.Spec.IngressController = istioingress.IngressControllerName
kafkaCluster.Spec.IstioControlPlane = &v1beta1.IstioControlPlaneReference{Name: "icp-v111x-sample", Namespace: "istio-system"}
kafkaCluster.Spec.IstioControlPlane = &v1beta1.IstioControlPlaneReference{Name: "icp-v113x-sample", Namespace: "istio-system"}
kafkaCluster.Spec.ListenersConfig.ExternalListeners = []v1beta1.ExternalListenerConfig{
{
CommonListenerSpec: v1beta1.CommonListenerSpec{
Expand Down Expand Up @@ -416,7 +416,7 @@ var _ = Describe("KafkaClusterIstioIngressControllerWithBrokerIdBindings", func(
kafkaCluster = createMinimalKafkaClusterCR(kafkaClusterCRName, namespace)

kafkaCluster.Spec.IngressController = istioingress.IngressControllerName
kafkaCluster.Spec.IstioControlPlane = &v1beta1.IstioControlPlaneReference{Name: "icp-v111x-sample", Namespace: "istio-system"}
kafkaCluster.Spec.IstioControlPlane = &v1beta1.IstioControlPlaneReference{Name: "icp-v113x-sample", Namespace: "istio-system"}
kafkaCluster.Spec.ListenersConfig.ExternalListeners = []v1beta1.ExternalListenerConfig{
{
CommonListenerSpec: v1beta1.CommonListenerSpec{
Expand Down

0 comments on commit 05ca557

Please sign in to comment.