Skip to content

Commit e69a88e

Browse files
authored
Add pod-viewer-role to kustomization.yaml (#230)
This commit create pod-viewer-role when the role did not exit.
1 parent b42706b commit e69a88e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/rbac/kustomization.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ resources:
66
- leader_election_role.yaml
77
- leader_election_role_binding.yaml
88
- loadtest_editor_role.yaml
9+
- loadtest_component_bindings.yaml
910
- loadtest_viewer_role.yaml
10-
- role.yaml
1111
- manager_binding.yaml
12-
- loadtest_component_bindings.yaml
12+
- pod_viewer_role.yaml
13+
- role.yaml
1314
- service_account.yaml

0 commit comments

Comments
 (0)