Skip to content

Commit

Permalink
Helm - No longer use fixed name for HPA ClusterRoleBinding (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored and ahmelsayed committed Oct 15, 2019
1 parent 6e7d3e0 commit e448042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/keda/templates/hpa-role-binding.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e448042

Please sign in to comment.