From 012112b664f2270883b13310cc18098ad59ce3ac Mon Sep 17 00:00:00 2001 From: owenlxu Date: Tue, 7 Jan 2025 17:55:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9preview=20chart=20#289?= =?UTF-8?q?8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../charts/bkrepo/templates/rbac/clusterrolebinding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-files/kubernetes/charts/bkrepo/templates/rbac/clusterrolebinding.yaml b/support-files/kubernetes/charts/bkrepo/templates/rbac/clusterrolebinding.yaml index 6174107713..878ba17430 100644 --- a/support-files/kubernetes/charts/bkrepo/templates/rbac/clusterrolebinding.yaml +++ b/support-files/kubernetes/charts/bkrepo/templates/rbac/clusterrolebinding.yaml @@ -17,5 +17,5 @@ roleRef: subjects: - kind: ServiceAccount namespace: {{ .Release.Namespace }} - name: {{ include "codecc.serviceAccountName" . }} + name: {{ include "bkrepo.serviceAccountName" . }} {{- end -}} \ No newline at end of file