Update chart to use workflow-controller v2.2.1, bump chart version to v0.3.0

This commit is contained in:
Jesse Suen 2018-11-29 15:16:59 -08:00
parent b487b6c107
commit 8af4ee0943
No known key found for this signature in database
GPG key ID: 95AE9BEA7206422B
13 changed files with 35 additions and 77 deletions

View file

@ -1,14 +1,11 @@
1. Make sure Workflow CRD is created by running:
echo '{"apiVersion": "apiextensions.k8s.io/v1beta1","kind": "CustomResourceDefinition", "metadata": {"name": "workflows.argoproj.io"},
"spec": {"group": "argoproj.io","names":
{"kind": "Workflow","listKind": "WorkflowList","plural": "workflows","shortNames": ["wf"],"singular": "workflow"}, "scope": "Namespaced","version": "v1alpha1"}}' \
| kubectl create -f -
2. Get Argo UI external IP/domain by running:
1. Get Argo UI external IP/domain by running:
kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ .Release.Name }}-{{ .Values.uiName }}
2. Submit the hello-world workflow by running:
argo submit https://raw.githubusercontent.com/argoproj/argo/master/examples/hello-world.yaml --watch
{{ if .Values.minio.install }}
3. Access Minio UI and create bucket '{{ .Values.minio.defaultBucket.name }}'. Minio UI is available on port 9000 and available via external URL. URL might be retrieved using following