From 9a64448baebca7d5eedc9b941c185e3982dcf99d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCnemann?= Date: Fri, 22 Sep 2023 12:47:17 +0200 Subject: [PATCH] fix --- .../container-deployer/templates/clusterrolebinding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/landscaper-instance/target-cluster/container-deployer/templates/clusterrolebinding.yaml b/charts/landscaper-instance/target-cluster/container-deployer/templates/clusterrolebinding.yaml index cc5e14aae..ca23bbdf6 100644 --- a/charts/landscaper-instance/target-cluster/container-deployer/templates/clusterrolebinding.yaml +++ b/charts/landscaper-instance/target-cluster/container-deployer/templates/clusterrolebinding.yaml @@ -12,7 +12,7 @@ metadata: roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole - name: {{ .Values.deployer.name }} + name: {{ include "deployer.clusterrole.name" . }} subjects: - kind: ServiceAccount name: {{ .Values.deployer.serviceAccountName }}