Integrating argo
This commit is contained in:
11
opencloud/charts/argo-workflows/templates/NOTES.txt
Normal file
11
opencloud/charts/argo-workflows/templates/NOTES.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
{{- if .Values.server.authMode }}
|
||||
DEPRECATED option server.authMode - Use server.authModes
|
||||
{{- end }}
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user