You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/01/27 01:14:48 UTC

[GitHub] [apisix-helm-chart] tokers commented on a change in pull request #223: feat(apisix): customized config.yaml

tokers commented on a change in pull request #223:
URL: https://github.com/apache/apisix-helm-chart/pull/223#discussion_r793178660



##########
File path: charts/apisix/README.md
##########
@@ -62,6 +62,8 @@ The following tables lists the configurable parameters of the apisix chart and t
 |------------------------------------------|-----------------------------------------------------|---------------------------------------------------------|
 | `apisix.enabled`                         | Enable or disable Apache APISIX itself              | `true`                                                  |
 | `apisix.enableIPv6`                      | Enable nginx IPv6 resolver                          | `true`                                                  |
+| `apisix.enableCustomizedConfig`          | Enable full customized `config.yaml`                | `false`                                                  |
+| `apisix.customizedConfig`                | If `apisix.enableCustomizedConfig` is true, full customized `config.yaml`  | `{}`                                                 |

Review comment:
       Note we should also say that once this field is enabled, other settings will be ignored.




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org