Skip to content

Commit

Permalink
upgrade route test
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Aug 22, 2023
1 parent 7aa1fe8 commit c4cf165
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/test/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -2094,6 +2094,9 @@ func (r *TestResources) newRoute(name string, port int) *routev1.Route {
ObjectMeta: metav1.ObjectMeta{
Name: name,
Namespace: r.Namespace,
Labels: map[string]string{
"app": r.Name,
"component": "cryostat"},
},
Spec: routev1.RouteSpec{
To: routev1.RouteTargetReference{
Expand Down

0 comments on commit c4cf165

Please sign in to comment.