knative-function/func.yaml

13 lines
525 B
YAML
Raw Normal View History

2023-12-08 09:32:20 +00:00
specVersion: 0.35.0
2023-12-08 15:24:52 +00:00
name: hello2
runtime: python
created: 2023-12-08T16:20:58.104476+01:00
2023-12-08 09:41:37 +00:00
build:
git:
url: https://git.le-maire.eu/alemaire/knative-function.git # required, git repository with the function source code
revision: main # optional, git revision to be used (branch, tag, commit)
# contextDir: myfunction # optional, needed only if the function is not located in the repository root folder
buildpacks: []
builder: ""
buildEnvs: []