From e49e7f7841534c17e938d3bbc83253c1514386bc Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 2 Jun 2018 18:22:23 +0300 Subject: Change: comment out notificaton url from config So that we can deploy latest release. --- roles/ick-controller/templates/controller.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ick-controller/templates/controller.yaml.j2 b/roles/ick-controller/templates/controller.yaml.j2 index 9d75dcc..554efaf 100644 --- a/roles/ick-controller/templates/controller.yaml.j2 +++ b/roles/ick-controller/templates/controller.yaml.j2 @@ -1,4 +1,5 @@ artifact-store: "{{ artifact_store_url }}" +#notification-url: "{{ notification_url }}" auth-url: "{{ qvisqve_url }}/token" token-issuer: "{{ qvisqve_url }}" token-audience: localhost -- cgit v1.2.1