Skip to content

Commit ef84543

Browse files
authored
fix: apisix lua_shared_dict indentation in configmap (#907)
1 parent d0e5c52 commit ef84543

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/apisix/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type: application
3131
# This is the chart version. This version number should be incremented each time you make changes
3232
# to the chart and its templates, including the app version.
3333
# Versions are expected to follow Semantic Versioning (https://semver.org/)
34-
version: 2.12.2
34+
version: 2.12.3
3535

3636
# This is the version number of the application being deployed. This version number should be
3737
# incremented each time you make changes to the application. Versions are not expected to

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)