This is an automated email from the ASF dual-hosted git repository. ronething pushed a commit to branch chore/setGatewayProxy in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
commit faa272e1368a95d9401edfb3e3a6724a333cb2f9 Author: Ashing Zheng <axing...@gmail.com> AuthorDate: Wed Jul 30 11:35:04 2025 +0800 chore: set gatewayProxy.createDefault as true when install apisix Signed-off-by: Ashing Zheng <axing...@gmail.com> --- charts/apisix/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml index 83520ec..b93e8a5 100644 --- a/charts/apisix/values.yaml +++ b/charts/apisix/values.yaml @@ -645,3 +645,5 @@ etcd: # -- Ingress controller configuration ingress-controller: enabled: false + gatewayProxy: + createDefault: true