Skip to content

Commit 5202937

Browse files
committed
add rbac
1 parent cc021e1 commit 5202937

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

charts/templates/cluster_role.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ rules:
101101
verbs:
102102
- get
103103
- update
104+
- apiGroups:
105+
- gateway.apisix.io
106+
resources:
107+
- pluginconfigs
108+
- pluginsconfigs/status
109+
verbs:
110+
- '*'
104111

105112
---
106113
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)