Ibraheem Al Saady
Ibraheem Al Saady
Just a suggestion, can't this be just as easy as putting the value files paths relative to the root directory? Example: > -- dev > ---- app1 > ------ values.yaml...
There is a workaround I've been using for over two months and I didn't see any issues with it. the repo server pod clones the Git repo in the `/tmp`...
+1 Got the same issue on OSX as well `ssh: handshake failed: ssh: unable to authenticate, attempted methods [publickey none], no supported methods remain`
@shanestarcher-okta what permissions do you have on your key in order for the `ssh-add` and the push to work?
@shanestarcher-okta I tried `chmod 666 [path_to_key]`, it doesn't work, I also tried `chmod 600 [path_to_key]` and I get `ERROR: The key you are authenticating with has been marked as read...
@shanestarcher-okta Interesting. What was your alternative?
Are there any updates on this PR?