mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 18:09:44 +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:
|
config:
|
||||||
clientID: $dex.github.clientId
|
clientID: $dex.github.clientId
|
||||||
clientSecret: $dex.github.clientSecret
|
clientSecret: $dex.github.clientSecret
|
||||||
|
repository.credentials: |
|
||||||
|
- url: git@github.com:gorilych/
|
||||||
|
sshPrivateKeySecret:
|
||||||
|
name: argocd-secret
|
||||||
|
key: gitPrivateKey
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue