This is an automated email from the ASF dual-hosted git repository.
aviemzur pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git
The following commit(s) were added to refs/heads/master by this push:
new ed6c267 add missing mounts to getting-started example
ed6c267 is described below
commit ed6c267489cb2eb0f7ec1c79f33772a5da9f0a43
Author: Lidor Ettinger <[email protected]>
AuthorDate: Wed Dec 30 13:02:32 2020 +0200
add missing mounts to getting-started example
---
examples/liminal-getting-started/liminal.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/examples/liminal-getting-started/liminal.yml
b/examples/liminal-getting-started/liminal.yml
index 66d787a..eab5468 100644
--- a/examples/liminal-getting-started/liminal.yml
+++ b/examples/liminal-getting-started/liminal.yml
@@ -56,6 +56,10 @@ pipelines:
env_vars:
env1: "a"
env2: "b"
+ mounts:
+ - mount: mymount
+ volume: gettingstartedvol
+ path: /mnt/gettingstartedvol
split_input: True
executors: 2
cmd: python -u hello_world.py
@@ -66,6 +70,10 @@ pipelines:
env_vars:
env1: "a"
env2: "b"
+ mounts:
+ - mount: mymount
+ volume: gettingstartedvol
+ path: /mnt/gettingstartedvol
cmd: python -u hello_world.py
services:
- service: