How do I log in to the helm chart configured Grafana dashboard?

Hi Remy, this command line

kubectl get secret --namespace default temporaltest-grafana -o jsonpath="{.data.admin-password}" | base64 --decode

should print grafana password.

(if you used a non-default namespace, or release name other than temporaltest - adjust accordingly).