Skip to content

Commit

Permalink
removed unwanted code
Browse files Browse the repository at this point in the history
Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com>
  • Loading branch information
shriramsharma committed Aug 30, 2024
1 parent 5f3f3dc commit 99785b0
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions admiral/pkg/clusters/virtualservice_routing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,32 +241,6 @@ func TestAddUpdateVirtualServicesForSourceIngress(t *testing.T) {
},
},
}
//rollout := &v1alpha1.Rollout{
// Spec: v1alpha1.RolloutSpec{
// Template: coreV1.PodTemplateSpec{
// ObjectMeta: metaV1.ObjectMeta{
// Annotations: map[string]string{
// "identity": "test-identity",
// "env": "test-env",
// common.SidecarEnabledPorts: "8080",
// },
// },
// },
// },
//}
//deployment := &v1.Deployment{
// Spec: v1.DeploymentSpec{
// Template: coreV1.PodTemplateSpec{
// ObjectMeta: metaV1.ObjectMeta{
// Annotations: map[string]string{
// "identity": "test-identity",
// "env": "test-env",
// common.SidecarEnabledPorts: "8080",
// },
// },
// },
// },
//}

ctxLogger := log.WithFields(log.Fields{
"type": "VirtualService",
Expand Down

0 comments on commit 99785b0

Please sign in to comment.