Skip to content

Commit

Permalink
debugging kafka e2e
Browse files Browse the repository at this point in the history
Signed-off-by: MenD32 <amit@jounce.io>
  • Loading branch information
MenD32 committed Aug 25, 2024
1 parent a943c37 commit b839a8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions controllers/eventsource/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,6 @@ func buildService(args *AdaptorArgs) (*corev1.Service, error) {
// Use a ports copy otherwise it will update the oririnal Ports spec in EventSource
ports := []corev1.ServicePort{}
ports = append(ports, eventSource.Spec.Service.Ports...)
// annotations := args.EventSource.Spec.Service.Metadata.Annotations
// labels := args.EventSource.Spec.Service.Metadata.Labels

// fmt.Printf("%+v %+v\n", annotations, labels)

svc := &corev1.Service{
ObjectMeta: metav1.ObjectMeta{
Expand Down

0 comments on commit b839a8c

Please sign in to comment.