feat: Update Argo Chart to support v2.6 (#258)
This commit is contained in:
parent
8caf81a4ef
commit
b3fa82df77
20 changed files with 271 additions and 162 deletions
|
|
@ -1,6 +1,6 @@
|
|||
1. Get Argo UI external IP/domain by running:
|
||||
1. Get Argo Server external IP/domain by running:
|
||||
|
||||
kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ .Release.Name }}-{{ .Values.uiName }}
|
||||
kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ .Release.Name }}-{{ .Values.server.name }}
|
||||
|
||||
2. Submit the hello-world workflow by running:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue