Last Update : 22 August, 2023 | Published : 24 July, 2023 | 1 min to read

Configuration

Edit in Git Repo

Setting Up a Webhook

In order to visualize git and container events in Kubviz, it is necessary to create a webhook for the respective repository.

You can create a webhook with your own customized data, and in the URL section, you can specify the following format.

  1. The URL for a git repository will appear in the following format:
https://<INGRESS HOSTNAME>/github

Please replace the section with the specific ingress host name of your git bridge, and the path /github may vary depending on the git platform being used.

Possible values are:

ValuesPlatform
/githubGitHub
/gitlabGitLab
/giteaGitea
/bitbucketBitBucket
/azureAzure
  1. The URL for a Container Registry will appear in the following format:
http://<INGRESS HOSTNAME>/event/docker/hub

Please replace the section with the specific ingress host name of your container bridge, and /event/docker/hub may vary depending on the container registry platform being used.

Possible values are:

ValuesPlatform
/event/docker/hubDockerHub
/event/azure/containerAzure

Still Didn’t Find Your Answer?

Submit a ticket