apache / apisix-helm-chart

Apache APISIX Helm Chart
https://apisix.apache.org/
Apache License 2.0
231 stars 208 forks source link

plugin_config_namespace attribute not supported in helm charts #765

Open sdd-el opened 4 months ago

sdd-el commented 4 months ago

Base on the documentation (ref. https://apisix.apache.org/docs/ingress-controller/references/apisix_route_v2/#spec) ApisixRoute CRD should support defining plugin_config_namespace attribute (and apisix ingress controller v1.8.1. supports it) but I cannot find implementation of this feature in apisix helm charts. Could you pls tell me how to implement this? I want to have plugin configuration at one place and this attribute serves exactly this purpose.

piotrgasior commented 2 months ago

Hi, I also have the same issue, as I want to have keep plugin configuration globally. The CRDs in the chart seems to be not up to date. Can any one help with that?