jenkins-x/jx

How to specify port for gitServer

ruschecker opened this issue · 2 comments

In jx-requirenments.yaml
there is a field gitServer put it is not allowed to specify port there.
If you specify it there it returns error that column is not allowed there, but if I am not specifying it there it can't pull because i am using not standard port for http git. I am using gitea.
Any ideas how to fix it?

seems quotas around value helps, but it is not obvious in doc. Found sample here #7679

Well, that quotes are needed is standard yaml and I think it's quite clear that file should be in yaml format