Bootstrap multiple Github repos #5244
-
Hi all, I have a private Github test repository for deploying a cluster. The code also references another private repository (containing common/global k8s resource that would get reused across different clusters). I know how to manually create a new SSH keypair secret using I was wondering is there a way to automate those two steps during |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I suggest creating a Flux user in your org or a GitHub App for Flux. This way you can use a HTTP/S token for all repos where Flux needs access to, replacing SSH/deploy keys with GitHub PAT/ App Key. |
Beta Was this translation helpful? Give feedback.
I suggest creating a Flux user in your org or a GitHub App for Flux. This way you can use a HTTP/S token for all repos where Flux needs access to, replacing SSH/deploy keys with GitHub PAT/ App Key.