Create agro helm chart
This commit is contained in:
parent
5456fd1e8b
commit
b2f8f0c283
12 changed files with 175 additions and 0 deletions
19
charts/argo/templates/NOTES.txt
Normal file
19
charts/argo/templates/NOTES.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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:
|
||||
|
||||
kubectl get services -o wide | grep {{ .Release.Name }}-{{ .Values.uiName }}
|
||||
|
||||
{{ if .Values.installMinio }}
|
||||
|
||||
3. Access Minio UI and create bucket '{{ .Values.minioBucketName }}'. Minio UI is available on port 9000 and available via external URL. URL might be retrieved using following
|
||||
command:
|
||||
|
||||
kubectl get services -o wide | grep {{ .Release.Name }}-minio-svc
|
||||
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue