Enable WebHooks
How to enable webhooks if you are on-premises
If your cluster is not accessible on the internet and you can’t open a firewall to allow services like GitHub to access your ingress then you will need to enable webhooks as follows:
-
setup a webhook tunnel to your laptop find your hook host name:
- copy the hook host name into…
- copy the following YAML to a file: helmfiles/jx/jxboot-helmfile-resources-values.yaml
-
modify the
hook:
line in your helmfiles/jx/jxboot-helmfile-resources-values.yaml file to use your personal ngrok domain name of the formabcdef1234.ngrok.io
-
add the jxboot-helmfile-resources-values.yaml file name to the
values:
entry in thehelmfiles/jx/helmfile.yaml
file for thejxgh/jxboot-helmfile-resources
chart like this: (see the last line)
- now git commit the changed files….
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified June 30, 2021: fix: better docs on setting up ngrok (99e2046161)