From d9c13361b33242cfb5692b820455aecc5cea20ca Mon Sep 17 00:00:00 2001 From: Fabian Pfannes Date: Tue, 1 Dec 2020 09:47:12 +0100 Subject: [PATCH] Add branch / tag selection for template sources Signed-off-by: Fabian Pfannes --- docs/reference/yaml.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/reference/yaml.md b/docs/reference/yaml.md index c9c183f6..aaece4d7 100644 --- a/docs/reference/yaml.md +++ b/docs/reference/yaml.md @@ -270,6 +270,15 @@ configuration: source: https://github.com/openfaas-incubator/python-flask-template ``` +By default the `master` branch is pulled. Switching to a branch or tag can be achieved by extending the source URL. + +```yaml +configuration: + templates: + - name: python3-http + source: https://github.com/openfaas-incubator/python-flask-template#feature-branch +``` + ### Copy The `copy` list allows you to define additional project paths that will be copied into your function's handler folder.