1
0
mirror of https://github.com/rancher/os.git synced 2025-07-02 09:41:47 +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:
{{- if eq "true" .AZURE_SERVICE}}
waagent: true
{{end -}}
{{- end}}
bootstrap:
bootstrap:
image: {{.OS_REPO}}/os-bootstrap:{{.VERSION}}{{.SUFFIX}}