Skip to content

Commit b0e1de7

Browse files
authoredMar 18, 2025
Merge pull request #316 from bcgov/argocd_nonprod
Add comments to argocd template
2 parents 6851a46 + dd47893 commit b0e1de7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
 

‎src/files/argocd/gitopsteam_template.yaml

+8-4
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,19 @@ spec:
5858
# ------------------------------------------------------------------------
5959
projectMembers:
6060

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.
6363
maintainers:
64-
- seniorDevID@github
64+
- seniorDev@gov.bc.ca
6565

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.
6669
nonprod:
70+
- otherDev@gov.bc.ca
6771
- contractor1@github
68-
- juniorDevID@github
6972

7073
# Project Readers have read-only access to the Project in the Argo CD UI
7174
readers:
75+
- projectManager@gov.bc.ca
7276

0 commit comments

Comments
 (0)
Please sign in to comment.