From e4480429e62e89bcca8fb3512e6fc9763e75e124 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Tue, 15 Oct 2019 21:59:29 +0200 Subject: [PATCH] Helm - No longer use fixed name for HPA ClusterRoleBinding (#375) --- chart/keda/templates/hpa-role-binding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/keda/templates/hpa-role-binding.yaml b/chart/keda/templates/hpa-role-binding.yaml index f9d7e1f2322..7f7e0d58319 100644 --- a/chart/keda/templates/hpa-role-binding.yaml +++ b/chart/keda/templates/hpa-role-binding.yaml @@ -1,7 +1,7 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: - name: hpa-controller-custom-metrics + name: {{ template "keda.fullname" . }} roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole