You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/10/21 09:44:48 UTC

[apisix-helm-chart] branch master updated: fix: extensions API Group RBAC (#378)

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

zhangjintao 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 46d0096  fix: extensions API Group RBAC (#378)
46d0096 is described below

commit 46d0096fd23fdcad58e8337d62c78550c0014b46
Author: Jintao Zhang <zh...@gmail.com>
AuthorDate: Fri Oct 21 17:44:42 2022 +0800

    fix: extensions API Group RBAC (#378)
    
    Signed-off-by: Jintao Zhang <zh...@gmail.com>
    
    Signed-off-by: Jintao Zhang <zh...@gmail.com>
---
 charts/apisix-ingress-controller/templates/rbac.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/charts/apisix-ingress-controller/templates/rbac.yaml b/charts/apisix-ingress-controller/templates/rbac.yaml
index 4af2082..403e700 100644
--- a/charts/apisix-ingress-controller/templates/rbac.yaml
+++ b/charts/apisix-ingress-controller/templates/rbac.yaml
@@ -54,6 +54,12 @@ rules:
       - get
       - list
       - watch
+  - apiGroups:
+      - extensions
+    resources:
+      - ingresses/status
+    verbs:
+      - update
   - apiGroups:
       - networking.k8s.io
     resources: