mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Missing a file for example
This commit is contained in:
1
examples/inputs/.gitignore
vendored
1
examples/inputs/.gitignore
vendored
@@ -3,4 +3,3 @@ vendor/
|
||||
/app
|
||||
/__uberscript__
|
||||
|
||||
func.yaml
|
||||
|
||||
8
examples/inputs/func.yaml
Normal file
8
examples/inputs/func.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: 0.0.1
|
||||
runtime: go
|
||||
entrypoint: ./func
|
||||
expects:
|
||||
config:
|
||||
- name: SECRET_1
|
||||
required: true
|
||||
- name: SECRET_2
|
||||
Reference in New Issue
Block a user