Skip to content

Commit

Permalink
Adding some emoji text
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew committed Oct 19, 2023
1 parent 681369f commit cbbac15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/knative/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,9 @@ func createTriggers(ctx context.Context, f fn.Function, err error, client client
err = fmt.Errorf("knative deployer failed to get the Service for Trigger: %v", err)
return err
}

fmt.Fprintf(os.Stderr, "🎯 Creating Triggers on the cluster\n")

for i, sub := range f.Subscription {
// create the filter:
attributes := make(map[string]string)
Expand Down

0 comments on commit cbbac15

Please sign in to comment.