Skip to content

Commit 886920b

Browse files
committed
fix: fixed typo in kustomization.yaml for rbac
Signed-off-by: Georgy Khromov <[email protected]>
1 parent 8cf0419 commit 886920b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/rbac/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ resources:
1515
# if you do not want those helpers be installed with your Project.
1616
- argocdrolebinding_editor_role.yaml
1717
- argocdrolebinding_viewer_role.yaml
18-
- role_editor_role.yaml
19-
- role_viewer_role.yaml
18+
- argocdrole_editor_role.yaml
19+
- argocdrole_viewer_role.yaml
2020

0 commit comments

Comments
 (0)