You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@liminal.apache.org by av...@apache.org on 2020/12/30 11:02:38 UTC

[incubator-liminal] branch master updated: add missing mounts to getting-started example

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 <li...@gmail.com>
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: