This is an automated email from the ASF dual-hosted git repository.

lingsamuel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new e2870a83 Renamed field according to CRD (#2032)
e2870a83 is described below

commit e2870a83b4172cc3a2ef17703f3be2a24322796d
Author: Igor <[email protected]>
AuthorDate: Mon Nov 6 07:07:36 2023 +0100

    Renamed field according to CRD (#2032)
    
    Renamed `enabled` to `enable` according to CRD
---
 docs/en/latest/concepts/apisix_global_rule.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/concepts/apisix_global_rule.md 
b/docs/en/latest/concepts/apisix_global_rule.md
index aa1ac4e2..c47e4129 100644
--- a/docs/en/latest/concepts/apisix_global_rule.md
+++ b/docs/en/latest/concepts/apisix_global_rule.md
@@ -40,7 +40,7 @@ metadata:
 spec:
   plugins:
   - name: limit-count
-    enabled: true 
+    enable: true 
     config:
       time_window": 60,
       policy: "local",

Reply via email to