1
0
mirror of https://github.com/rancher/os.git synced 2025-09-29 06:25:07 +00:00

Fix go template format issue of os-config.yml

...
services_include:bootstrap:
...
This commit is contained in:
niusmallnan
2019-01-02 18:35:39 +08:00
parent 8401917864
commit b17162eff8

View File

@@ -24,7 +24,7 @@ rancher:
services_include: services_include:
{{- if eq "true" .AZURE_SERVICE}} {{- if eq "true" .AZURE_SERVICE}}
waagent: true waagent: true
{{end -}} {{- end}}
bootstrap: bootstrap:
bootstrap: bootstrap:
image: {{.OS_REPO}}/os-bootstrap:{{.VERSION}}{{.SUFFIX}} image: {{.OS_REPO}}/os-bootstrap:{{.VERSION}}{{.SUFFIX}}