You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/07/13 04:18:58 UTC

[apisix-helm-chart] branch master updated: chore: fix RBAC (#109)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 44a93e6  chore: fix RBAC (#109)
44a93e6 is described below

commit 44a93e6d3a040eed7cebd1e8a5ae31b55f9284d9
Author: Jintao Zhang <zh...@gmail.com>
AuthorDate: Tue Jul 13 12:18:52 2021 +0800

    chore: fix RBAC (#109)
    
    Signed-off-by: Jintao Zhang <zh...@gmail.com>
---
 charts/apisix-ingress-controller/templates/rbac.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/charts/apisix-ingress-controller/templates/rbac.yaml b/charts/apisix-ingress-controller/templates/rbac.yaml
index 6921970..2456cf2 100644
--- a/charts/apisix-ingress-controller/templates/rbac.yaml
+++ b/charts/apisix-ingress-controller/templates/rbac.yaml
@@ -104,7 +104,6 @@ rules:
       - deployments
       - deployments/scale
       - ingresses
-      - ingresses/status
       - networkpolicies
       - replicasets
       - replicasets/scale
@@ -142,10 +141,12 @@ rules:
       - apisixroutes/status
       - apisixupstreams
       - apisixupstreams/status
-      - apisixservices
       - apisixtlses
       - apisixtlses/status
       - apisixclusterconfigs
+      - apisixclusterconfigs/status
+      - apisixconsumers
+      - apisixconsumers/status
     verbs:
       - '*'
   - apiGroups: