CAPA - Lab: Argo Workflows - Installation, CLI Operations - Wrong namespace

The file provided at step 5 of Lab: Argo Workflows - Installation, CLI Operations , in the CAPA training is missing the right namespace

namespace argo
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
  generateName: cosmic-moo-
spec:
  entrypoint: triple-moo
  templates:
  - name: triple-moo
...

Also the check tests for the argo-server Service to be of type NodePort despite it’s not required as the GUI works nevertheless.

So you’re suggesting we add metadata.namespace to that file? I’m a bit unclear what you want here.

Hey Rob,

The task says: " Submit via Argo Workflows UI", which implies a copy/paste in the UI of the yaml as is. Without the correct namespace it won’t work. I’m suggesting to add the namespace in the yaml