Skip to content

Commit

Permalink
Revert latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
roller1187 committed Oct 13, 2020
1 parent dea3dc0 commit b22e073
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 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: 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
4 changes: 2 additions & 2 deletions config/testing/cluster_scope/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ resources:
- ../../rbac
- ../../manager

namespace: osdk-test
namePrefix: osdk-
namespace: gitea-operator-test
namePrefix: gitea-operator-

images:
- name: testing
Expand Down
4 changes: 2 additions & 2 deletions config/testing/namespace_scope/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ resources:
- ../../rbac/namespaced
- ../../manager

namespace: osdk-test
namePrefix: osdk-
namespace: gitea-operator-test
namePrefix: gitea-operator-

images:
- name: testing
Expand Down

0 comments on commit b22e073

Please sign in to comment.