Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
Signed-off-by: MenD32 <amit@jounce.io>
  • Loading branch information
MenD32 committed Sep 4, 2024
1 parent 73d14b9 commit c3af8c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions controllers/eventsource/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,7 @@ func buildService(args *AdaptorArgs) (*corev1.Service, error) {

svc.ObjectMeta.SetAnnotations(args.EventSource.Spec.Service.Metadata.Annotations)
svc.ObjectMeta.SetLabels(args.EventSource.Spec.Service.Metadata.Labels)
// if args.EventSource.Spec.Service.Metadata.Annotations != nil {
// }
// if args.EventSource.Spec.Service.Metadata.Labels != nil {
// }

if err := controllerscommon.SetObjectMeta(eventSource, svc, v1alpha1.SchemaGroupVersionKind); err != nil {
return nil, err
}
Expand Down

0 comments on commit c3af8c4

Please sign in to comment.