Skip to content

Commit

Permalink
[PLAY-427] chore: CNAME with alias *.foo.bar breaks ketch controller
Browse files Browse the repository at this point in the history
  • Loading branch information
fnovikov committed Oct 4, 2023
1 parent 651b99e commit c1c5ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controllers/app_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func TestAppReconciler_Reconcile(t *testing.T) {
Spec: ketchv1.AppSpec{
Deployments: []ketchv1.AppDeploymentSpec{},
Namespace: "working-namespace",
Ingress: ketchv1.IngressSpec{Controller: ketchv1.IngressControllerSpec{IngressType: ketchv1.TraefikIngressControllerType}},
Ingress: ketchv1.IngressSpec{Controller: ketchv1.IngressControllerSpec{IngressType: ketchv1.TraefikIngressControllerType}, Cnames: ketchv1.CnameList{{Name: "*.foo.bar"}}},
},
},
wantConditionStatus: v1.ConditionTrue,
Expand Down

0 comments on commit c1c5ebf

Please sign in to comment.