navendu-pottekkat commented on code in PR #1596: URL: https://github.com/apache/apisix-ingress-controller/pull/1596#discussion_r1066631211
########## docs/en/latest/concepts/apisix_route.md: ########## @@ -178,6 +178,12 @@ spec: APISIX's [80+ Plugins](https://apisix.apache.org/docs/apisix/plugins/batch-requests/) can be used with APISIX Ingress. These Plugins have the same name as in the APISIX documentation. +:::note + +If the Plugin is not enabled in APISIX by default, you can enable it by adding it to the `plugins` attribute in your `values.yaml` file while installing APISIX and Ingress controller via Helm. Review Comment: Adding through ConfigMap would mean we are indirectly updating the `config.yaml` file right? Would it be confusing to the user if we mention it in a sentence? There are tutorials that mentions how a user can do that. We can mention these two methods as the easiest and the recommended ways to do that. A user can choose to go the ConfigMap path if they want. What do you think? -- 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]
