2021年8月31日火曜日

ArgoCD(github:プライベートリポジトリ追加方法)

公式:
https://argoproj.github.io/argo-cd/user-guide/private-repositories/#https-username-and-password-credential


1)Githubにて、アクセストークンを作成する。

公式(トークン作成方法)

https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token


2)argoCDにアクセスして、CONNECT REPO USING HTTPSを選択。





3)以下、入力する。

Repository URL:対象のレポジトリ

UserName      :GituhubのUserName

Password     :上記で、作成したトークンをコピー&ペーストする。



0 件のコメント:

コメントを投稿

Redis(helm install)

local-storage  は  動的プロビジョニングされない  ため、Helm のインストール時に  PersistentVolume (PV) を事前に作成する必要があります 。 手順: 1)strage classをlocal strageを指定 helm install...