aliibii commented on code in PR #900:
URL: https://github.com/apache/apisix-helm-chart/pull/900#discussion_r2560279898
##########
charts/apisix/templates/configmap.yaml:
##########
@@ -58,7 +58,9 @@ data:
{{- if or .Values.apisix.customPlugins.enabled
.Values.apisix.luaModuleHook.enabled }}
extra_lua_path: {{ .Values.apisix.customPlugins.luaPath }};{{
.Values.apisix.luaModuleHook.luaPath }}
{{- end }}
-
+
+ trusted_addresses: {{ toYaml .Values.apisix.trusted_addresses | nindent
8 }}
Review Comment:
Hey folks, apologies for the delay, I can address the changes in few hours
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]