File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
tests/data/bl01t-services/services
bl01t-ea-test-01/templates Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 55 - id : check-added-large-files
66 args : ["--maxkb=1000"] # uv.lock is more than 500kB
77 - id : check-yaml
8+ # omit helm templates which are not valid yaml
9+ exclude : ^.*configmap.yaml$
810 - id : check-merge-conflict
911 - id : end-of-file-fixer
1012
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ metadata:
77data :
88
99# contents of the ioc instance config folder
10- {{ (.Files.Glob "config/*").AsConfig | indent 2 }}
10+ {{ (.Files.Glob "config/*").AsConfig | indent 2 }}
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ metadata:
77# configure an Aravis Camera with the Standard set of Plugins
88data :
99 ioc.yaml : >
10- {{ tpl (.Files.Get "config/ioc.yaml") . | nindent 4 | replace "[[" "{{" | replace "]]" "}}" }}
10+ {{ tpl (.Files.Get "config/ioc.yaml") . | nindent 4 | replace "[[" "{{" | replace "]]" "}}" }}
You can’t perform that action at this time.
0 commit comments