You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/docs/automation-and-resiliency/argo-cd-usage.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ sort_order: 6
19
19
---
20
20
21
21
# Argo CD usage
22
-
Last updated: **July 15, 2024**
22
+
Last updated: **March 18, 2025**
23
23
24
24
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes (the foundation of OpenShift). It is efficient, well supported, and well documented.
25
25
@@ -39,6 +39,7 @@ It is available to any team on the B.C. government's OpenShift platform and can
39
39
*[Create applications in Argo CD](#create-applications-in-argo-cd)
40
40
*[Configure your project](#configure-your-project)
After saving the webhook, a repo action of the type that you specified should trigger a call to Argo CD's webhook API, causing your apps to refresh.
346
347
348
+
## Nonprod access
349
+
A second ArgoCD project is created for non-prod access. It is configured with access to the dev, test, and tools namespaces, but not prod.
350
+
351
+
If you have users that should have access to ArgoCD, but that should not be able to deploy to your prod environment, add them to the `nonprod` list in the GitOpsTeam's `projectMembers` section. If you would like them to be able to view the prod ArgoCD apps, then also add them to the `readers` list under `projectMembers`.
352
+
353
+
'maintainers' and 'readers' will be able to see apps in both the default and nonprod projects.
354
+
355
+
Note that although the nonprod project has permission to deploy to the `tools` namespace, it cannot overwrite a GitOpsTeam or GitOpsAlliance resource there.
356
+
347
357
## Related pages
348
358
349
359
*[Current Argo CD version, as of February 2025: v2.13](https://github.com/argoproj/argo-cd/tree/v2.13.1)
0 commit comments