Jovan Alleyne
Jovan Alleyne
+1 for fixing this, running into the same problem.
+1 I'm also seeing this, I've lost a bit or work because of this as well.
Same issue here, building a Helm chart using this base image and running into the issue. Helm strips out any whitespaces so its even more difficult to add them in....
I have a working fix that forces a new line with this proposed change. Does anyone see any concerns with this update? **Suggested fix**: ```bash echo -e "$(cat "$publickey")" >>...
@briandelancey were you able to get this to work? i have a very similar structure thats still seems to produce similar output as your example.