Skip to content

Commit a247073

Browse files
authored
fix: missing trusted_addresses
https://github.com/apache/apisix/pull/12551/files. The breaking change is introduced here, but it's not addressed in the helm chart
1 parent d0e5c52 commit a247073

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

charts/apisix/templates/configmap.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ data:
5858
{{- if or .Values.apisix.customPlugins.enabled .Values.apisix.luaModuleHook.enabled }}
5959
extra_lua_path: {{ .Values.apisix.customPlugins.luaPath }};{{ .Values.apisix.luaModuleHook.luaPath }}
6060
{{- end }}
61-
61+
62+
trusted_addresses: {{ toYaml .Values.apisix.trusted_addresses | nindent 8 }}
63+
6264
enable_control: {{ .Values.control.enabled }}
6365
{{- if .Values.control.enabled }}
6466
control:

0 commit comments

Comments
 (0)