mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 14:53:25 +00:00
Convert apikeyprotected-secret to apikey-secret with proper Golang template
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -10,10 +10,10 @@ functions:
|
||||
environment:
|
||||
fprocess: "cat"
|
||||
|
||||
apikeyprotected:
|
||||
lang: dockerfile
|
||||
handler: ./AlpineFunction
|
||||
image: functions/api-key-protected:latest
|
||||
apikey-secret:
|
||||
lang: go
|
||||
handler: ./apikey-secret
|
||||
image: functions/apikey-secret:0.1
|
||||
|
||||
captainsintent:
|
||||
lang: dockerfile
|
||||
|
Reference in New Issue
Block a user