kpt icon indicating copy to clipboard operation
kpt copied to clipboard

Rollouts should support capability to specify what type of URL to use for Git

Open droot opened this issue 1 year ago • 0 comments

Git syncers allows different protocol to connect to git repositories such as ssh, https, git over ssh. Currently rollouts uses the https based URL for the git repository, but want to make configurable if some one wants to use some other protocol. Our internal data structure (discoverdPackage) has all the necessary info, so the task is to make it configurable through the API.

droot avatar Mar 08 '23 22:03 droot