mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 09:16:48 +00:00
Update swagger definition for envVars
EnvVars are incorrectly marked as arrays and this is causing some confusion. Made a fix with Ivana reviewing and tested in Swagger UI. https://github.com/openfaas/faas-netes/issues/204 Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
parent
a24302ef46
commit
b71a8a812b
@ -236,8 +236,8 @@ definitions:
|
||||
type: string
|
||||
description: Process for watchdog to fork
|
||||
envVars:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
description: Overrides to environmental variables
|
||||
secrets:
|
||||
@ -253,3 +253,4 @@ definitions:
|
||||
externalDocs:
|
||||
description: More documentation available on Github
|
||||
url: 'https://github.com/openfaas/faas'
|
||||
|
Loading…
x
Reference in New Issue
Block a user