changes made to reflect minio values changes

This commit is contained in:
Louis Murray 2018-05-31 18:46:41 -04:00 committed by Louis Murray
parent 214086a3ca
commit d47bff1f62
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@ dependencies:
- name: minio - name: minio
version: 0.4.3 version: 0.4.3
repository: https://kubernetes-charts.storage.googleapis.com/ repository: https://kubernetes-charts.storage.googleapis.com/
condition: installMinio condition: minio.install

View file

@ -11,7 +11,7 @@ kubectl get services -o wide | grep {{ .Release.Name }}-{{ .Values.uiName }}
{{ if .Values.installMinio }} {{ 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 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:
kubectl get services -o wide | grep {{ .Release.Name }}-minio-svc kubectl get services -o wide | grep {{ .Release.Name }}-minio-svc