diff --git a/apps/argocd/patches/argocd-cm.yaml b/apps/argocd/patches/argocd-cm.yaml index bf44aa4..1bfb568 100644 --- a/apps/argocd/patches/argocd-cm.yaml +++ b/apps/argocd/patches/argocd-cm.yaml @@ -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