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