mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 15:23:29 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user