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
I have installed Jenkins using helm chart. After successfully installation of the charts, I retrieved the password from the pod and trying to sign in with credentials.
username: admin
password: *********
After doing exec to the pod, running command for getting the password cat /run/secrets/chart-admin-password && echo
When I try to sign with this credentials, It is giving error with invalid credentials.
Thanks in advance!!
The text was updated successfully, but these errors were encountered:
Hi,
I have installed Jenkins using helm chart. After successfully installation of the charts, I retrieved the password from the pod and trying to sign in with credentials.
username: admin
password: *********
After doing exec to the pod, running command for getting the password
cat /run/secrets/chart-admin-password && echo
When I try to sign with this credentials, It is giving error with invalid credentials.
Thanks in advance!!
The text was updated successfully, but these errors were encountered: