Cannot login at dashboard

Hi, followed instructions at Tyk Helm Chart to setup self-managed of tyk-pro using helm.
How can the username and password for the dashboard be obtained?

I think the user and password in the values.yaml during the setup. The defaults are

  • Username: [email protected]
  • Password can be got from this command
    kubectl get secret --namespace tyk tyk-pro-login-details -o jsonpath="{.data.TYK_PASS}" | base64 --decode

But you should set them in values.yaml in future tyk-helm-chart/values.yaml at master · TykTechnologies/tyk-helm-chart · GitHub