You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm trying to install Yatai in my K8s cluster, everything seems to be working fine, but when I try to log in the web ui I get different errors. This is my values.yaml file (the postgresqlcustom subsection contains the chart values for Bitmani's postgresql-12.1.9 helm chart)
First I got errors saying the email for the admin account wasn't set up, and that it wasn't verified. I modified the "user" table in postgresql so that now it is similar to the following
and I no longer have the above error, but I still cannot access the UI, if I try to log in with "admin" and "pass1234" I get a message saying password is incorrect. Which credentials do I need to use as "email" and "password"? the combinations ("uz@test.com","pass1234"), ("admin","pass1234"), ("yatai","password") don't work.
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered:
Hey, I'm trying to install Yatai in my K8s cluster, everything seems to be working fine, but when I try to log in the web ui I get different errors. This is my
values.yaml
file (thepostgresqlcustom
subsection contains the chart values for Bitmani's postgresql-12.1.9 helm chart)First I got errors saying the email for the admin account wasn't set up, and that it wasn't verified. I modified the "user" table in postgresql so that now it is similar to the following
and I no longer have the above error, but I still cannot access the UI, if I try to log in with "admin" and "pass1234" I get a message saying password is incorrect. Which credentials do I need to use as "email" and "password"? the combinations ("uz@test.com","pass1234"), ("admin","pass1234"), ("yatai","password") don't work.
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: