From 5ef34e0cc3c4f7d6fc47411ecb20675ac8f17fd3 Mon Sep 17 00:00:00 2001 From: disaster Date: Tue, 18 Apr 2017 09:49:04 +0000 Subject: [PATCH] Try to fix gocd --- templates/gocd/0/docker-compose.yml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gocd/0/docker-compose.yml.tpl b/templates/gocd/0/docker-compose.yml.tpl index eb00cfc..e402a8a 100644 --- a/templates/gocd/0/docker-compose.yml.tpl +++ b/templates/gocd/0/docker-compose.yml.tpl @@ -5,7 +5,7 @@ services: tty: true image: webcenter/alpine-gocd-server:17.3.0-1 volumes: - {{- if hasPrefix string(.Values.VOLUME_DRIVER_SERVER) "/" }} + {{- if hasPrefix (string .Values.VOLUME_DRIVER_SERVER) "/" }} - ${VOLUME_DRIVER_SERVER}:/data {{- else}} - gocd-server-data:/data