Skip to content

Commit

Permalink
fix(docs): fix the incorrect command to retrieve yatai initialization…
Browse files Browse the repository at this point in the history
… token
  • Loading branch information
yetone committed Jan 15, 2023
1 parent d12c7fa commit bba90ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ kubectl --namespace yatai-system port-forward svc/yatai 8080:80
In a separate terminal, run:

```bash
YATAI_INITIALIZATION_TOKEN=$(kubectl get secret env --namespace yatai-system -o jsonpath="{.data.YATAI_INITIALIZATION_TOKEN}" | base64 --decode)
YATAI_INITIALIZATION_TOKEN=$(kubectl get secret yatai-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"
```

Expand Down

0 comments on commit bba90ec

Please sign in to comment.