Replies: 1 comment
-
|
It should be optional - source: https://github.com/argoproj/argo-events/blob/master/pkg/apis/events/v1alpha1/webhook_context.go#L18-L19 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
from all the docs / examples, the only seemingly required properties are
endpoint,portandmethod, e.g.:but if I add the jsonschema to my vscode, it says that
urlis also required.which is it? my webhooks already work without
url(I am calling them internally in the cluster using the svc endpoint) and also I have no idea what to put there or what effect it should haveBeta Was this translation helpful? Give feedback.
All reactions