Skip to content

Commit

Permalink
revert clusterrole name change
Browse files Browse the repository at this point in the history
Signed-off-by: Gerald Pape <[email protected]>
  • Loading branch information
ubergesundheit committed Feb 16, 2021
1 parent ffd70ff commit 0c01d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keda/templates/21-metrics-clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/part-of: {{ .Values.operator.name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name}}
name: {{ .Values.operator.name }}-system-auth-delegator
name: {{ .Values.operator.name }}:system:auth-delegator
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down

0 comments on commit 0c01d36

Please sign in to comment.