Skip to content

Commit

Permalink
manager: fix name of role in role binding
Browse files Browse the repository at this point in the history
  • Loading branch information
zimnx committed Nov 26, 2020
1 parent 547599d commit bc1c79e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/rbac/role_binding.yaml
Expand Up @@ -5,7 +5,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: role
name: manager-role
subjects:
- kind: ServiceAccount
name: default
Expand Down
2 changes: 1 addition & 1 deletion examples/common/manager.yaml
Expand Up @@ -122,7 +122,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: role
name: scylla-manager-manager-role
subjects:
- kind: ServiceAccount
name: default
Expand Down

0 comments on commit bc1c79e

Please sign in to comment.