You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by li...@apache.org on 2023/03/08 08:28:19 UTC

[apisix-helm-chart] branch lingsamuel-patch-2 created (now 94acbc8)

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

lingsamuel pushed a change to branch lingsamuel-patch-2
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


      at 94acbc8  fix: add global rules permission

This branch includes the following new commits:

     new 94acbc8  fix: add global rules permission

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[apisix-helm-chart] 01/01: fix: add global rules permission

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lingsamuel pushed a commit to branch lingsamuel-patch-2
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git

commit 94acbc83c492d1201d0ed03146f2bc49d1893a35
Author: Sarasa Kisaragi <li...@gmail.com>
AuthorDate: Wed Mar 8 16:28:15 2023 +0800

    fix: add global rules permission
---
 charts/apisix-ingress-controller/templates/rbac.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/charts/apisix-ingress-controller/templates/rbac.yaml b/charts/apisix-ingress-controller/templates/rbac.yaml
index 403e700..385b862 100644
--- a/charts/apisix-ingress-controller/templates/rbac.yaml
+++ b/charts/apisix-ingress-controller/templates/rbac.yaml
@@ -89,6 +89,8 @@ rules:
       - apisixconsumers/status
       - apisixpluginconfigs
       - apisixpluginconfigs/status
+      - apisixglobalrules
+      - apisixglobalrules/status
     verbs:
       - '*'
   - apiGroups: