Not able to login to Sentry UI installed via helm

Hey Guys,

It would be helpful if anyone will tell me how can I login inside the Sentry UI. I also navigated to URL/admin page which shows django administration. But I am not aware about any login credentials. Sentry is deployed in Kubernetes via helm. I tried checking values.yaml file didn’t find anything related to credentials.

USER: admin@sentry.local
Get login password with
kubectl get secret --namespace default sentry -o jsonpath="{.data.user-password}" | base64 --decode