diff options
Diffstat (limited to 'mod/runtimeapi/runtime-web/src')
-rw-r--r-- | mod/runtimeapi/runtime-web/src/test/data/compspecs/componentSpec_hello_world.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mod/runtimeapi/runtime-web/src/test/data/compspecs/componentSpec_hello_world.json b/mod/runtimeapi/runtime-web/src/test/data/compspecs/componentSpec_hello_world.json index cd394f8..62470ef 100644 --- a/mod/runtimeapi/runtime-web/src/test/data/compspecs/componentSpec_hello_world.json +++ b/mod/runtimeapi/runtime-web/src/test/data/compspecs/componentSpec_hello_world.json @@ -126,7 +126,11 @@ "host": { "path": "/opt/data/DCAE/helloworldpm/vcc-archive" } - } + }, + { + "container": { "bind": "/opt/app/etc/config" }, + "config_volume": { "name":"myConfig" } + } ] }, |