From e01a6401e48e9fca229cd92bc0b4c4d222bf881f Mon Sep 17 00:00:00 2001 From: zhangxinhui02 Date: Fri, 31 Oct 2025 17:35:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=A8helm=20chart=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E7=9A=84apiGroups?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/templates/job-post-install/rbac-gen-adapter-cm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/job-post-install/rbac-gen-adapter-cm.yaml b/helm-chart/templates/job-post-install/rbac-gen-adapter-cm.yaml index be299f3f..bfc9e081 100644 --- a/helm-chart/templates/job-post-install/rbac-gen-adapter-cm.yaml +++ b/helm-chart/templates/job-post-install/rbac-gen-adapter-cm.yaml @@ -11,7 +11,7 @@ metadata: name: {{ .Release.Name }}-maibot-adapter-cm-gen-role namespace: {{ .Release.Namespace }} rules: - - apiGroups: [""] + - apiGroups: ["apps"] resources: ["configmaps", "statefulsets"] verbs: ["get", "list", "create", "update", "patch"] ---