We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3672cd commit bdc02c4Copy full SHA for bdc02c4
docs/reference/yaml.md
@@ -270,6 +270,15 @@ configuration:
270
source: https://github.com/openfaas-incubator/python-flask-template
271
```
272
273
+By default the `master` branch is pulled. Switching to a branch or tag can be achieved by extending the source URL.
274
+
275
+```yaml
276
+configuration:
277
+ templates:
278
+ - name: python3-http
279
+ source: https://github.com/openfaas-incubator/python-flask-template#feature-branch
280
+```
281
282
### Copy
283
The `copy` list allows you to define additional project paths that will be copied into your function's handler folder.
284
0 commit comments