webui icon indicating copy to clipboard operation
webui copied to clipboard

Support private git repos in workload onboarding

Open jpellizzari opened this issue 4 years ago • 1 comments

We assume here the workload comes from a public repo, but I think in most cases it comes from a private repo. I would add flux create secret git <SSH secret> and flux create source git --secretRef=<SSH secret>.

Originally posted by @stefanprodan in https://github.com/fluxcd/webui/pull/12#discussion_r594516807

jpellizzari avatar Mar 15 '21 17:03 jpellizzari

Yep, I bet most cases use GitHub private repos. I had to read https://github.com/podtato-head/podtato-head/blob/main/delivery/flux/README.md in order to understand the whole thing.

gonzaloserrano avatar Mar 16 '22 14:03 gonzaloserrano