1. Get Argo UI external IP/domain by running: kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ .Release.Name }}-{{ .Values.argo.uiName }} 2. Submit the hello-world workflow by running: argo submit https://raw.githubusercontent.com/argoproj/argo/master/examples/hello-world.yaml --watch {{ if .Values.argo.minio.install }} 3. Access Minio UI and create bucket '{{ .Values.argo.minio.defaultBucket.name }}'. Minio UI is available on port 9000 and available via external URL. URL might be retrieved using following command: kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ .Release.Name }}-minio-svc {{ end }}