changes to reflect minio values changes (again)

This commit is contained in:
Louis Murray 2018-05-31 18:49:35 -04:00 committed by Louis Murray
parent d47bff1f62
commit 89e2929dff

View file

@ -9,7 +9,7 @@ echo '{"apiVersion": "apiextensions.k8s.io/v1beta1","kind": "CustomResourceDefin
kubectl get services -o wide | grep {{ .Release.Name }}-{{ .Values.uiName }} kubectl get services -o wide | grep {{ .Release.Name }}-{{ .Values.uiName }}
{{ if .Values.installMinio }} {{ 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 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
command: command: