mirror of
https://github.com/rancher/os.git
synced 2025-07-05 11:06:13 +00:00
Fix go template format issue of os-config.yml
... services_include:bootstrap: ...
This commit is contained in:
parent
8401917864
commit
b17162eff8
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user