Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External helmfile repo clone when ref consist of / #2133

Open
szymonrychu opened this issue Apr 13, 2022 · 0 comments
Open

External helmfile repo clone when ref consist of / #2133

szymonrychu opened this issue Apr 13, 2022 · 0 comments

Comments

@szymonrychu
Copy link

szymonrychu commented Apr 13, 2022

Hi!
I have use case, where I need to be able to put any character into external helmfile's URL. Example of such MVP helmfile:

helmfiles:
  - path: git::ssh://git@url/proj/[email protected]?feature/xd

when I try to run helmfile with such simple URL (which BTW will work fine in terraform), in here fails with error:

in ./helmfile.yaml: in .helmfiles[0]: locate: get: error downloading 'ssh://git::ssh://git@url/proj/[email protected]?feature/xd': /usr/bin/git exited with 128: Cloning into '/home/szymonri/Documents/work/repo/.helmfile/cache/ssh_url_proj_repo_git.feature/xd'...
Repository not found

A simple and smart replace somewhere in the function would probably suffice (I'll try to find it today, but if I won't get it, is it any chance to fix it?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant