summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-10 19:27:24 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-10 19:27:24 +0300
commit936fe5f036a0e9fb2938f0907fa76cedcb6d6091 (patch)
tree715cc0cb36843d4c827b468092de3cf6e43e6741
parentbe97210ee057e28c4b7007c2d909fb667dd75b15 (diff)
downloadick2-ansible-936fe5f036a0e9fb2938f0907fa76cedcb6d6091.tar.gz
Add: notify_url setting to controller config file
-rw-r--r--roles/ick-controller/templates/controller.yaml.j22
1 files changed, 1 insertions, 1 deletions
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