You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from all the docs / examples, the only seemingly required properties are endpoint, port and method, e.g.:
spec:
webhook:
example:
port: "12000"
endpoint: /example1
method: POST
but if I add the jsonschema to my vscode, it says that url is 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 have
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
from all the docs / examples, the only seemingly required properties are
endpoint
,port
andmethod
, e.g.:but if I add the jsonschema to my vscode, it says that
url
is 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