changes made to reflect minio values changes
This commit is contained in:
parent
214086a3ca
commit
d47bff1f62
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@ dependencies:
|
|||
- name: minio
|
||||
version: 0.4.3
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
condition: installMinio
|
||||
condition: minio.install
|
||||
|
|
|
@ -11,7 +11,7 @@ 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
|
||||
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:
|
||||
|
||||
kubectl get services -o wide | grep {{ .Release.Name }}-minio-svc
|
||||
|
|
Loading…
Reference in a new issue