From 47e4a36d7e9cb4eca626ed7884ef202e7a38bfb1 Mon Sep 17 00:00:00 2001 From: dharmendra kariya <22043860+dharmendrakariya@users.noreply.github.com> Date: Sat, 8 Jan 2022 00:12:16 +0530 Subject: [PATCH] update NOTES.txt in helm help (#14049) --- helm/minio/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/minio/templates/NOTES.txt b/helm/minio/templates/NOTES.txt index 6285359ee..933719694 100644 --- a/helm/minio/templates/NOTES.txt +++ b/helm/minio/templates/NOTES.txt @@ -14,7 +14,7 @@ You can now access MinIO server on http://localhost:9000. Follow the below steps 1. Download the MinIO mc client - https://docs.minio.io/docs/minio-client-quickstart-guide - 2. export MC_HOST_{{ template "minio.fullname" . }}-local=http://$(kubectl get secret {{ template "minio.secretName" . }} -o jsonpath="{.data.rootUser}" | base64 --decode):$(kubectl get secret {{ 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