kpt
kpt copied to clipboard
Rollouts should support capability to specify what type of URL to use for Git
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.