mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
Signed-off-by: Wang, Mike <Jun.Wang@fmr.com>
This commit is contained in:
@@ -8,6 +8,7 @@ metadata:
|
||||
argocd.argoproj.io/secret-type: repo-creds
|
||||
stringData:
|
||||
url: https://github.com/argoproj
|
||||
type: helm
|
||||
password: my-password
|
||||
username: my-username
|
||||
---
|
||||
@@ -20,6 +21,7 @@ metadata:
|
||||
argocd.argoproj.io/secret-type: repo-creds
|
||||
stringData:
|
||||
url: git@github.com:argoproj-labs
|
||||
type: helm
|
||||
sshPrivateKey: |
|
||||
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||
...
|
||||
@@ -34,6 +36,7 @@ metadata:
|
||||
argocd.argoproj.io/secret-type: repo-creds
|
||||
stringData:
|
||||
url: https://github.com/argoproj
|
||||
type: helm
|
||||
githubAppID: 1
|
||||
githubAppInstallationID: 2
|
||||
githubAppPrivateKey: |
|
||||
@@ -50,6 +53,7 @@ metadata:
|
||||
argocd.argoproj.io/secret-type: repo-creds
|
||||
stringData:
|
||||
url: https://github.com/argoproj
|
||||
type: helm
|
||||
githubAppID: 1
|
||||
githubAppInstallationID: 2
|
||||
githubAppEnterpriseBaseUrl: https://ghe.example.com/api/v3
|
||||
|
||||
Reference in New Issue
Block a user