summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roles/ick-controller/templates/controller.yaml.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/ick-controller/templates/controller.yaml.j2 b/roles/ick-controller/templates/controller.yaml.j2
index 5a141e6..c54a47d 100644
--- a/roles/ick-controller/templates/controller.yaml.j2
+++ b/roles/ick-controller/templates/controller.yaml.j2
@@ -1,4 +1,6 @@
+{% if apt_domain_set|default(true) %}
apt-server: "{{ apt_domain }}"
+{% endif %}
artifact-store: "{{ artifact_store_url }}"
notify-url: "{{ notify_url }}"
auth-url: "{{ qvisqve_url }}/token"