Skip to content

Commit ee2aa50

Browse files
committed
fix: Fix ConfigMap builder
1 parent 45dc4fc commit ee2aa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/apps/templates/bundler-static-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: ConfigMap
33
metadata:
44
name: bundler-static-data
55
data:
6-
{{ (.Files.Glob "static/*.json").AsConfig | indent 2 }}
6+
{{- ( .Files.Glob "static/*.json" ).AsConfig | nindent 2 }}

0 commit comments

Comments
 (0)