If the cloning of your application is dependent on a .gitconfig file,
then you can create a secret that contains it. Add
it to the builder service account and then your BuildConfig
.
Procedure
-
To create a secret from a .gitconfig file:
$ oc create secret generic <secret_name> --from-file=<path/to/.gitconfig>
Note
|
SSL verification can be turned off if [http] sslVerify=false |