mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
argocd: add repo cred template
This commit is contained in:
parent
1a4fd32f52
commit
82c288c460
1 changed files with 5 additions and 0 deletions
|
|
@ -13,3 +13,8 @@ data:
|
|||
config:
|
||||
clientID: $dex.github.clientId
|
||||
clientSecret: $dex.github.clientSecret
|
||||
repository.credentials: |
|
||||
- url: git@github.com:gorilych/
|
||||
sshPrivateKeySecret:
|
||||
name: argocd-secret
|
||||
key: gitPrivateKey
|
||||
|
|
|
|||
Loading…
Reference in a new issue