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 c53b9e6 commit 5f4121f
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 @@ -404,7 +404,7 @@ func buildService(args *AdaptorArgs) (*corev1.Service, error) {
svc.ObjectMeta.SetLabels(args.EventSource.Spec.Service.Metadata.Labels)
}
if args.EventSource.Spec.Service.Metadata.Annotations != nil {
svc.ObjectMeta.SetAnnotations()
svc.ObjectMeta.SetAnnotations(args.EventSource.Spec.Service.Metadata.Annotations)
}
}

Expand Down

0 comments on commit 5f4121f

Please sign in to comment.