bzp2010 opened a new issue, #315: URL: https://github.com/apache/apisix-helm-chart/issues/315
## Current Behavior We can rewrite the `http_server_configuration_snippet` in the configuration file with the `configurationSnippet.httpSrv` value, and it also supports several others now, but it does not support `http_server_location_configuration_snippet` modification, I checked the current template and values, which do not have this part of the configuration. Users can only modify its content by manually modifying the config map. ## Expected Behavior Allow users to override the configuration content of `nginx_config.http_server_location_configuration_snippet` via `configurationSnippet.httpSrvLoc`. ## Expected modifications Modify the values and configmap templates to add the corresponding configuration items. ## Links values: https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/values.yaml#L339-L351 configmap template: https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/templates/configmap.yaml#L195-L212 -- 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]
