Skip to content

Commit f29c090

Browse files
authored
fix: apisix lua_shared_dict indentation in configmap
1 parent d0e5c52 commit f29c090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/apisix/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ data:
215215
{{- if .Values.apisix.nginx.luaSharedDicts }}
216216
lua_shared_dict:
217217
{{- range $dict := .Values.apisix.nginx.luaSharedDicts }}
218-
- {{ $dict.name }}: {{ $dict.size }}
218+
{{ $dict.name }}: {{ $dict.size }}
219219
{{- end }}
220220
{{- end }}
221221
{{- if .Values.apisix.nginx.configurationSnippet.main }}

0 commit comments

Comments
 (0)