File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,27 @@ module-cni-cilium: exists
77# Module doesn't exist
88module-cni-cilium : missing
99{{- end }}
10+
1011{{- if $Root.Files.Exists "nonexistent-module/module.yaml" }}
1112# Non-existent module
1213nonexistent : exists
1314{{- else }}
1415# Non-existent module
1516nonexistent : missing
1617{{- end }}
18+
1719{{- if .Files.Exists "nonexistent-module/module.yaml" }}
1820# Non-existent module
1921nonexistent : exists
2022{{- else }}
2123# Non-existent module
2224nonexistent : missing
2325{{- end }}
26+
2427{{- if .Files.Exists "nonexistent-module/module.yaml" }}
2528# Non-existent module
2629nonexistent : exists
2730{{- else }}
2831# Non-existent module
2932nonexistent : missing
30- {{- end }}
33+ {{- end }}
Original file line number Diff line number Diff line change 11name : 021-cni-cilium
22namespace : d8-system
3- weight : 210
3+ weight : 210
Original file line number Diff line number Diff line change 11{{- $content := .Files.Get ".werf/test-werf-modules.yaml" }}
2- {{- tpl $content . }}
2+ {{- tpl $content . }}
You can’t perform that action at this time.
0 commit comments