Files
dsk-devops-toolchains/helm/argo-workflows/templates/NOTES.txt
2024-01-03 17:29:11 +09:00

8 lines
334 B
Plaintext

1. Get Argo Server external IP/domain by running:
kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ template "argo-workflows.server.fullname" . }}
2. Submit the hello-world workflow by running:
argo submit https://raw.githubusercontent.com/argoproj/argo-workflows/master/examples/hello-world.yaml --watch