Make webhook publisher use relative urls

This commit is contained in:
Soam Vasani
2016-12-20 12:19:51 -08:00
parent 8704761fd0
commit c5425180e8
2 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ func Start(controllerUrl string, routerUrl string) error {
if err != nil {
return err
}
poster := MakeWebhookPublisher()
poster := MakeWebhookPublisher(routerUrl)
kubeWatch := MakeKubeWatcher(kubeClient, poster)
client := client.MakeClient(controllerUrl)