Skip to content

Commit

Permalink
Fix namespace reference in Helm chart NOTES.txt (#1924)
Browse files Browse the repository at this point in the history
Co-authored-by: chenbo.mystic <[email protected]>
  • Loading branch information
pokeyaro and chenbo.mystic authored Feb 6, 2024
1 parent 99d7e4c commit 8a7e10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/operator/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a7e10e

Please sign in to comment.