Skip to content

Commit

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

0 comments on commit 7f0a777

Please sign in to comment.