From 936fe5f036a0e9fb2938f0907fa76cedcb6d6091 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 10 Jun 2018 19:27:24 +0300 Subject: Add: notify_url setting to controller config file --- roles/ick-controller/templates/controller.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ick-controller/templates/controller.yaml.j2 b/roles/ick-controller/templates/controller.yaml.j2 index 554efaf..3f4dad6 100644 --- a/roles/ick-controller/templates/controller.yaml.j2 +++ b/roles/ick-controller/templates/controller.yaml.j2 @@ -1,5 +1,5 @@ artifact-store: "{{ artifact_store_url }}" -#notification-url: "{{ notification_url }}" +notify-url: "{{ notify_url }}" auth-url: "{{ qvisqve_url }}/token" token-issuer: "{{ qvisqve_url }}" token-audience: localhost -- cgit v1.2.1