apiVersion: argoproj.io/v1alpha1
kind: Application
@@ -500,7 +501,7 @@
diff --git a/openshift-gitops-workshop/04-helm.html b/openshift-gitops-workshop/04-helm.html index 1ab1975..cd8efc0 100644 --- a/openshift-gitops-workshop/04-helm.html +++ b/openshift-gitops-workshop/04-helm.html @@ -491,7 +491,8 @@
You should see the following output:
-This YAML configuration defines an Argo CD Application named "bgd-helm" that deploys a Helm chart from a specific Git repository to the "user1-bgd".
+This YAML configuration defines an Argo CD Application named "bgd-helm" that deploys a Helm chart from a specific Git repository to the "user1-bgdh" namespace.
apiVersion: argoproj.io/v1alpha1
kind: Application
@@ -700,7 +702,7 @@
-oc get route bgd-helm -n user%USERNUM%-bgd -o jsonpath='{"http://"}{.spec.host}{"\n"}'
+oc get route bgd-helm -n user%USERNUM%-bgdh -o jsonpath='{"http://"}{.spec.host}{"\n"}'