From 8a7e10ef5a9b08bd62f94bcb0e14c4eb38e94c6b Mon Sep 17 00:00:00 2001 From: Pokeya Date: Wed, 7 Feb 2024 02:19:13 +0800 Subject: [PATCH] Fix namespace reference in Helm chart NOTES.txt (#1924) Co-authored-by: chenbo.mystic --- helm/operator/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/operator/templates/NOTES.txt b/helm/operator/templates/NOTES.txt index 47b9aea9e86..9766c6dcbce 100644 --- a/helm/operator/templates/NOTES.txt +++ b/helm/operator/templates/NOTES.txt @@ -9,7 +9,7 @@ metadata: kubernetes.io/service-account.name: console-sa type: kubernetes.io/service-account-token EOF -kubectl -n minio-operator get secret console-sa-secret -o jsonpath="{.data.token}" | base64 --decode +kubectl -n {{ .Release.Namespace }} get secret console-sa-secret -o jsonpath="{.data.token}" | base64 --decode 2. Get the Operator Console URL by running these commands: kubectl --namespace {{ .Release.Namespace }} port-forward svc/console 9090:9090