luarx opened a new pull request, #983:
URL: https://github.com/apache/apisix-helm-chart/pull/983
What this PR does / why we need it
Adds config.provider.excludeResourceType to the apisix-ingress-controller
chart, exposing the exclude_resource_type option introduced in
[apache/apisix-ingress-controller#2794](https://github.com/apache/apisix-ingress-controller/pull/2794).
▎ Note: This chart change requires apache/apisix-ingress-controller#2794 to
be merged and released before it takes effect.
This allows users to configure resource types that should be excluded from
ADC reconciliation sweeps, preventing the controller from deleting APISIX
resources that are managed outside of Kubernetes CRDs (e.g. consumers created
via the Admin API).
Changes:
- values.yaml: adds config.provider.excludeResourceType: []
- templates/configmap.yaml: renders exclude_resource_type when the list is
non-empty
- README.md: adds the new parameter to the values table
--
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]