Add support for syncWindows in additionalProjects
This commit is contained in:
parent
8c96f76451
commit
ec26b322c5
1 changed files with 4 additions and 0 deletions
|
@ -46,5 +46,9 @@ items:
|
||||||
roles:
|
roles:
|
||||||
{{- toYaml .roles | nindent 8 }}
|
{{- toYaml .roles | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if .syncWindows }}
|
||||||
|
syncWindows:
|
||||||
|
{{- toYaml .syncWindows | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue