-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hello,
looking at the code below, I assume private repositories are not supported
func (h helmProcessor) repoEnsure(path string, name string, url string) error {
_, err := h.helmDo(path, `repo`, `add`, name, url)
return err
}
I was wondering if we could provide a limited support by leveraging ArgoCD env variables like: GIT_USERNAME and GIT_PASSWORD, assuming the same credentials for source repo, and all other repo found underneath.
It would work in my case but maybe too limited for community.
++
thanks
paveq, wmiller112, husira, alexjball and MaksimKlepikov
Metadata
Metadata
Assignees
Labels
No labels