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:
@@ -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}}
|
||||||
|
Reference in New Issue
Block a user