Skip to content

Commit

Permalink
Correct ClusterRoleBinding name
Browse files Browse the repository at this point in the history
Signed-off-by: Gerald Pape <[email protected]>
  • Loading branch information
ubergesundheit committed Jul 15, 2021
1 parent a50f9f2 commit fce0ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/metrics-server/role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: keda-system-auth-delegator
app.kubernetes.io/version: latest
app.kubernetes.io/part-of: keda-operator
name: keda:system:auth-delegator
name: keda-system-auth-delegator
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down

0 comments on commit fce0ea4

Please sign in to comment.