fix(argo-workflows): use template for all resource names (#759)

This commit is contained in:
Marco Kilchhofer 2021-05-27 18:33:22 +02:00 committed by GitHub
parent e2975df4c0
commit 5183243ce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 20 deletions

View file

@ -1,6 +1,6 @@
1. Get Argo Server external IP/domain by running:
kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ .Release.Name }}-{{ .Values.server.name }}
kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ template "argo-workflows.server.fullname" . }}
2. Submit the hello-world workflow by running: