File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,19 @@ spec:
58
58
# ------------------------------------------------------------------------
59
59
projectMembers :
60
60
61
- # Project Maintainers have full access to the Argo CD Project, including the
62
- # ability create, edit, and delete Applications within the Project
61
+ # Project Maintainers have full access to the prod and nonprod ArgoCD
62
+ # projects.
63
63
maintainers :
64
- - seniorDevID@github
64
+ - seniorDev@gov.bc.ca
65
65
66
+ # Nonprod users have full access to the nonprod ArgoCD project, which can
67
+ # deploy to the dev, test, and tools namespaces. They cannot overwrite a
68
+ # GitOpsTeam or GitOpsAlliance resource.
66
69
nonprod :
70
+ - otherDev@gov.bc.ca
67
71
- contractor1@github
68
- - juniorDevID@github
69
72
70
73
# Project Readers have read-only access to the Project in the Argo CD UI
71
74
readers :
75
+ - projectManager@gov.bc.ca
72
76
You can’t perform that action at this time.
0 commit comments