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 76a4061 commit 385ec35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/eventsource/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ func buildService(args *AdaptorArgs) (*corev1.Service, error) {
Selector: args.Labels,
},
}
// svc.ObjectMeta.SetAnnotations(annotations)
svc.ObjectMeta.SetAnnotations(args.EventSource.Spec.Service.Metadata.Annotations)
// svc.ObjectMeta.SetLabels(labels)
if err := controllerscommon.SetObjectMeta(eventSource, svc, v1alpha1.SchemaGroupVersionKind); err != nil {
return nil, err
Expand Down

0 comments on commit 385ec35

Please sign in to comment.