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
@vdemeester indeed, protocol (https) should be specified in annotation, thanks for pointing that out. I was working with git ssh before and there is no protocol specified in annotation so that's why I missed it.
Expected Behavior
Tekton generates valid
/tekton/home/.git-credentials
file and git basic authentication works.Actual Behavior
Tekton generates invalid
/tekton/home/.git-credentials
file and git basic authentication fails.Steps to Reproduce the Problem
taskrun.yaml:
output:
Note: instead of proper line:
there is:
Additional Info
Kubernetes version:
Output of
kubectl version
:The text was updated successfully, but these errors were encountered: