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 件のコメント:

コメントを投稿

helm( kube-prometheus-stack)とlokiの連携

helm経由で、 kube-prometheus-stackとloki stackを入れるだけだと連携ができないので 追加で以下の手順を進める必要がある。 1)Loki stackの導入を実施 helm install loki grafana/loki-stack --name...