diff --git a/helm/minio/templates/NOTES.txt b/helm/minio/templates/NOTES.txt index 7051b1e62..1fc580fd3 100644 --- a/helm/minio/templates/NOTES.txt +++ b/helm/minio/templates/NOTES.txt @@ -14,9 +14,9 @@ You can now access MinIO server on http://localhost:9000. Follow the below steps 1. Download the MinIO mc client - https://min.io/docs/minio/linux/reference/minio-mc.html#quickstart - 2. export MC_HOST_{{ template "minio.fullname" . }}-local=http://$(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "minio.secretName" . }} -o jsonpath="{.data.rootUser}" | base64 --decode):$(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "minio.secretName" . }} -o jsonpath="{.data.rootPassword}" | base64 --decode)@localhost:{{ .Values.service.port }} + 2. export MC_HOST_{{ template "minio.fullname" . }}_local=http://$(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "minio.secretName" . }} -o jsonpath="{.data.rootUser}" | base64 --decode):$(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "minio.secretName" . }} -o jsonpath="{.data.rootPassword}" | base64 --decode)@localhost:{{ .Values.service.port }} - 3. mc ls {{ template "minio.fullname" . }}-local + 3. mc ls {{ template "minio.fullname" . }}_local {{- end }} {{- if eq .Values.service.type "LoadBalancer" }} @@ -29,7 +29,7 @@ You can now access MinIO server on http://:9000. Follow the below s 1. Download the MinIO mc client - https://min.io/docs/minio/linux/reference/minio-mc.html#quickstart - 2. export MC_HOST_{{ template "minio.fullname" . }}-local=http://$(kubectl get secret {{ template "minio.secretName" . }} --namespace {{ .Release.Namespace }} -o jsonpath="{.data.rootUser}" | base64 --decode):$(kubectl get secret {{ template "minio.secretName" . }} -o jsonpath="{.data.rootPassword}" | base64 --decode)@:{{ .Values.service.port }} + 2. export MC_HOST_{{ template "minio.fullname" . }}_local=http://$(kubectl get secret {{ template "minio.secretName" . }} --namespace {{ .Release.Namespace }} -o jsonpath="{.data.rootUser}" | base64 --decode):$(kubectl get secret {{ template "minio.secretName" . }} -o jsonpath="{.data.rootPassword}" | base64 --decode)@:{{ .Values.service.port }} 3. mc ls {{ template "minio.fullname" . }}