Updated default secret mount path value

This changes updates the secret mount path default value to
/var/openfaas/secrets at serveral places. It has been changed
from /run/secrets/ to /var/openfaas/secrets after version 0.8.2

Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
This commit is contained in:
Vivek Singh
2018-06-28 23:19:11 +05:30
committed by Alex Ellis
parent e655f28e8d
commit ced39bcda7
5 changed files with 5 additions and 5 deletions

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: "/run/secrets/"
secret_mount_path: "/var/openfaas/secrets/"
deploy:
resources:
# limits: # Enable if you want to limit memory usage