Skip to content

Commit

Permalink
Ambassador Host remove unused Annotations from label tests
Browse files Browse the repository at this point in the history
Removing the annoations that are not required for the label tests to keep the test to an absolute minimum based on conversations with alebedev87 kubernetes-sigs#2633 (comment)
  • Loading branch information
KyleMartin901 committed Jun 7, 2022
1 parent 23d3128 commit ed61d9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/ambassador_host_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ func testAmbassadorSourceEndpoints(t *testing.T) {
hostname: "fake1.org",
annotations: map[string]string{
"external-dns.ambassador-service": "emissary-ingress/emissary",
"kubernetes.io/ingress.class": "internal-ingress",
},
labels: map[string]string{
"kubernetes.io/ingress.class": "internal-ingress",
Expand All @@ -409,7 +408,6 @@ func testAmbassadorSourceEndpoints(t *testing.T) {
hostname: "fake1.org",
annotations: map[string]string{
"external-dns.ambassador-service": "emissary-ingress/emissary",
"kubernetes.io/ingress.class": "external-ingress",
},
labels: map[string]string{
"kubernetes.io/ingress.class": "external-ingress",
Expand Down

0 comments on commit ed61d9b

Please sign in to comment.