Skip to content
Snippets Groups Projects
Commit 500b8830 authored by Alex Ellis (VMware)'s avatar Alex Ellis (VMware)
Browse files

Revert secret path


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

Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
parent 9892c6d3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment