summaryrefslogtreecommitdiff
path: root/roles/ick-controller/templates/controller.yaml.j2
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-03-25 15:53:58 +0300
committerLars Wirzenius <liw@liw.fi>2018-03-25 15:53:58 +0300
commit0b38302e0f1bec91ad8556b806355ebe104296a3 (patch)
treed1cd47b410903e7b27c901c4e523eb952693ac16 /roles/ick-controller/templates/controller.yaml.j2
parent303278daa3480f459d3f076c3f5a8793c94fa8b1 (diff)
downloadick2-ansible-0b38302e0f1bec91ad8556b806355ebe104296a3.tar.gz
Change: adapt to blob service now being the artifact store
Diffstat (limited to 'roles/ick-controller/templates/controller.yaml.j2')
-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 727a04b..4594fe1 100644
--- a/roles/ick-controller/templates/controller.yaml.j2
+++ b/roles/ick-controller/templates/controller.yaml.j2
@@ -1,4 +1,4 @@
-blob-service: "{{ blob_service_url }}"
+artifact-store: "{{ artifact_store_url }}"
token-issuer: localhost
token-audience: localhost
token-public-key: "{{ token_public_key }}"