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

コメントを投稿

Pod Security Admission

[用途] ルール対象外のマニフェストをデプロイさせないための 防止策で利用するイメージになる [検証] 以下のコマンドを投入する kubectl label ns default pod-security.kubernetes.io/warn=baseline [各種コマンドの意...