Revert secret path

Secret path submitted in ced39bcda7
was incorrect and is being reverted. Docker Swarm by default
stores its sercrets in /run/secrets.

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (VMware)
2018-06-30 13:50:03 +01:00
parent 9892c6d30f
commit 500b883084

View File

@ -17,7 +17,7 @@ services:
direct_functions: "true" # Functions are invoked directly over the overlay network
direct_functions_suffix: ""
basic_auth: "false"
secret_mount_path: "/var/openfaas/secrets/"
secret_mount_path: "/run/secrets/"
deploy:
resources:
# limits: # Enable if you want to limit memory usage