From 8b5040d6d5966620f58e9b4cbbe5d177b9676445 Mon Sep 17 00:00:00 2001 From: James Blair Date: Thu, 25 Jul 2024 23:15:29 +1200 Subject: [PATCH] Continue exercise 7. --- data/workshop/exercise7.mdx | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/data/workshop/exercise7.mdx b/data/workshop/exercise7.mdx index a135b56..118a64c 100644 --- a/data/workshop/exercise7.mdx +++ b/data/workshop/exercise7.mdx @@ -44,15 +44,12 @@ metadata: name: argocd namespace: userX spec: - defaultClusterScopedRoleDisabled: true rbac: defaultPolicy: role:admin scopes: '[groups]' server: route: enabled: true - sourceNamespaces: - - userX sso: dex: openShiftOAuth: true @@ -75,4 +72,19 @@ oc get route argocd-server ## 7.3 Deploy an application -Now that you're logged into ArgoCD have a go at deploying +Now that you're logged into ArgoCD, have a go at creating a new `Application` using the ArgoCD web interface by clicking **+ New App**. The workload we'll deploy is a new mission critical training simulator called "Quake 3 Arena". + +Use the following values for your Application: + +|Field|Value| +|-----|-----| +|Name |`quake`| +|Project|`default`| +|Repository URL|`https://github.com/jmhbnz/workshops`| +|Path|`data/app-delivery`| +|Cluster URL| `https://kubernetes.default.svc`| +|Namespace|`userX`| + +## 7.4 Access the mission critical simulator - challenge + +Your final challenge for this exercise is to access the mission critical training simulator by creating a `Route`.