Skip to content

Commit

Permalink
Adding namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
roller1187 committed Oct 13, 2020
1 parent b22e073 commit a3dc1e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/rbac/cluster_role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ roleRef:
name: manager-role
subjects:
- kind: ServiceAccount
namespace: system
name: sa
1 change: 1 addition & 0 deletions config/rbac/leader_election_role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ roleRef:
name: leader-election-role
subjects:
- kind: ServiceAccount
namespace: system
name: sa
1 change: 1 addition & 0 deletions config/rbac/namespaced/role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ roleRef:
name: manager-role
subjects:
- kind: ServiceAccount
namespace: system
name: sa

0 comments on commit a3dc1e4

Please sign in to comment.