From b17162eff8c080f6980e9ddd1c4f8442c30ec32c Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Wed, 2 Jan 2019 18:35:39 +0800 Subject: [PATCH] Fix go template format issue of os-config.yml ... services_include:bootstrap: ... --- os-config.tpl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-config.tpl.yml b/os-config.tpl.yml index 58702bce..a20e13f9 100644 --- a/os-config.tpl.yml +++ b/os-config.tpl.yml @@ -24,7 +24,7 @@ rancher: services_include: {{- if eq "true" .AZURE_SERVICE}} waagent: true - {{end -}} + {{- end}} bootstrap: bootstrap: image: {{.OS_REPO}}/os-bootstrap:{{.VERSION}}{{.SUFFIX}}