changes to reflect minio values changes (again)
This commit is contained in:
parent
d47bff1f62
commit
89e2929dff
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue