Skip to content

Fixed error on installing flux

Daniel Scholl requested to merge helm_flux_bug into master

Currently the common setup script is creating SSH secrets and using a passphrase for the key encryption. Flux doesn't support passphrase encrypted keys and so won't start when that SSH key is used.

This MR fixes the issue in the script as well as bugs in the relocation of the .ssh files to ~.

Merge request reports