Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenShift でプライベート git リポジトリを構成する方法はありますか?
または、OpenShift は Git リポジトリへの外部アクセスを提供していませんか?
あなたは簡単に行うことができます:
oc new-app http:<git url>
git リポジトリに資格情報を提供する必要がある場合は、もう少し手間がかかります。ビルド構成に関連付けられたアクセス用の適切なシークレットを関連付ける必要があります。詳細については、こちらを参照してください。