bentoml/Yatai

Unable to find secret env from yatai-system namespace

kimkihoon0515 opened this issue · 2 comments

Here's how it's written in the readme.

YATAI_INITIALIZATION_TOKEN=$(kubectl get secret env --namespace yatai-system -o jsonpath="{.data.YATAI_INITIALIZATION_TOKEN}" | base64 --decode)
echo "Open in browser: http://127.0.0.1:8080/setup?token=$YATAI_INITIALIZATION_TOKEN"

But I can't get a URL from it because there's no secret named env in yatai-system namespace.
image
By replacing env with yatai-env I got the right result.
Can u please fix secret env to secret yatai-env to avoid confusion??

it seems like already fixed issue in v1.0.0-d14 b
#382

try to helm repo update bentoml
It was only fixed in Note.txt

Thanks for your report! I have already fixed it now: bba90ec