fix(argo-workflows): use template for all resource names (#759)
This commit is contained in:
parent
e2975df4c0
commit
5183243ce2
7 changed files with 11 additions and 20 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue