mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
argocd app: add jetstack helm repo
This commit is contained in:
parent
3092bd7240
commit
ccafc40a75
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ data:
|
|||
config:
|
||||
clientID: $dex.github.clientId
|
||||
clientSecret: $dex.github.clientSecret
|
||||
repositories:
|
||||
- name: jetstack
|
||||
type: helm
|
||||
url: https://charts.jetstack.io
|
||||
repository.credentials: |
|
||||
- url: git@github.com:gorilych/
|
||||
sshPrivateKeySecret:
|
||||
|
|
|
|||
Loading…
Reference in a new issue