fix eventing/samples/helloworld-python#3682
Conversation
|
Hi @novahe. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
✔️ Deploy Preview for dev-knative ready! 🔨 Explore the source changes: 9495c4b 🔍 Inspect the deploy log: https://app.netlify.com/sites/dev-knative/deploys/60bb92a5124e660007f42e36 😎 Browse the preview: https://deploy-preview-3682--dev-knative.netlify.app |
e231bbf to
b0b845b
Compare
|
/ok-to-test |
csantanapr
left a comment
There was a problem hiding this comment.
Thank you for helping on this issue and the contribution
Found a few problems in both go and python samples
- Link to section send event doesn't work on both
Replace
1. [Send a CloudEvent to the Broker](###Send-CloudEvent-to-the-Broker)
With
1. [Send a CloudEvent to the Broker](#send-and-verify-cloudevents)
- URL for the broker in python sample is wrong
Replace
curl -v "default-broker.knative-samples.svc.cluster.local"
with
curl -v "broker-ingress.knative-eventing.svc.cluster.local/knative-samples/default"
- Event Ce-Type is wrong in Go sample
Replace
-H "Ce-Type: dev.knative.samples.helloworld"
With:
-H "Ce-Type: dev.knative.samples.hifromknative"
add note and annotations fix link (knative#3679)
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abrennan89, novahe The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* fix helloworld-python add note and annotations fix link (knative#3679) * fix helloworld-python (knative#3679)
* fix helloworld-python add note and annotations fix link (knative#3679) * fix helloworld-python (knative#3679)
Fixes #3679
Proposed Changes