We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e5c52 commit f29c090Copy full SHA for f29c090
charts/apisix/templates/configmap.yaml
@@ -215,7 +215,7 @@ data:
215
{{- if .Values.apisix.nginx.luaSharedDicts }}
216
lua_shared_dict:
217
{{- range $dict := .Values.apisix.nginx.luaSharedDicts }}
218
- - {{ $dict.name }}: {{ $dict.size }}
+ {{ $dict.name }}: {{ $dict.size }}
219
{{- end }}
220
221
{{- if .Values.apisix.nginx.configurationSnippet.main }}
0 commit comments