Skip to content

Commit

Permalink
use correct publisher service in tutorial (#18465)
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r authored Dec 7, 2023
1 parent 979c75a commit 6b066bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-get-started/04-trigger-workload-with-event.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ We created the `lastorder` Function and subscribed to the `order.received.v1` ev

1. Port-forward the Kyma Eventing Service to localhost. We will use port `3000`. In your terminal, run:
```bash
kubectl -n kyma-system port-forward service/eventing-event-publisher-proxy 3000:80
kubectl -n kyma-system port-forward service/eventing-publisher-proxy 3000:80
```
2. Now publish an event to trigger your Function. In another terminal window, run:

Expand Down

0 comments on commit 6b066bd

Please sign in to comment.