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