From 7dd8cc6f01388275d5288d6e6d557c0b81cf5673 Mon Sep 17 00:00:00 2001 From: disaster37 Date: Thu, 6 Apr 2017 12:02:32 +0200 Subject: [PATCH] Add Confd setting --- templates/gocd/0/docker-compose.yml.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/gocd/0/docker-compose.yml.tpl b/templates/gocd/0/docker-compose.yml.tpl index 445a046..bdd6ca9 100644 --- a/templates/gocd/0/docker-compose.yml.tpl +++ b/templates/gocd/0/docker-compose.yml.tpl @@ -15,6 +15,9 @@ services: - GOCD_CONFIG_agent-key=${GOCD_AGENT_KEY} - GOCD_CONFIG_server-url=${GOCD_SERVER_URL} - GOCD_USER_${GOCD_USER}=${GOCD_PASSWORD} + - CONFD_BACKEND=${CONFD_BACKEND} + - CONFD_NODES=${CONFD_NODES} + - CONFD_PREFIX_KEY=${CONFD_PREFIX} {{- if eq .Values.GOCD_AGENT_PACKAGE "true"}} - GOCD_PLUGIN_script-executor=https://github.com/gocd-contrib/script-executor-task/releases/download/0.3/script-executor-0.3.0.jar - GOCD_PLUGIN_docker-task=https://github.com/manojlds/gocd-docker/releases/download/0.1.27/docker-task-assembly-0.1.27.jar @@ -119,4 +122,4 @@ volumes: {{- if not (contains .Values.VOLUME_DRIVER_SERVER "/")}} gocd-server-data: driver: ${VOLUME_DRIVER_SERVER} - {{- end}} \ No newline at end of file + {{- end}}