Having bin/ as a prefix meant the SHASUM command was failing
to find the correct binary path in the curl script and
throwing an error.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Prior to this change secrets would accumulate as each function spec was processed.
This meant that the CLI could potentially hide misconfigurations within the yaml,
which when combined with the non-deterministic map iteration would lead to unpretictable
deployment behaviour.
This change resets the secrets slice on each iteration so that only the secrets associatedwith a function are mounted into that function.
Signed-off-by: Richard Gee <richard@technologee.co.uk>
This commit updates all imports and references in documentation/scripts to
point at the new github OpenFaaS org.
Signed-off-by: John McCabe <john@johnmccabe.net>