Dinesh Kumar
Dinesh Kumar
yes the redirection happens of HTTP not on HTTPS ultimately leading to the issue. Need to enter https manually all the time.
There are issues with running gunicorn servers in Kubernetes as we limit the number of cores and memory. Always seeing worker timeout issues on when deployed on kubernetes People usually...
Facing the same issue for user on mac it is working fine but on ubuntu getting same error.
I have a working solution, you can create a cron job that generates the token, create secret bearerToken out of generated token. Use this secret as secret in gitRepo object...