Skip to content

Commit

Permalink
Fix helm install (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed authored Oct 25, 2019
1 parent fed1348 commit 4d0cf5e
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: {{ template "keda.fullname" . }}
name: {{ template "keda.fullname" . }}-hpa
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down

0 comments on commit 4d0cf5e

Please sign in to comment.