diff options
-rw-r--r-- | datafile-app-server/dpo/spec/datafile-component-spec.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/datafile-app-server/dpo/spec/datafile-component-spec.json b/datafile-app-server/dpo/spec/datafile-component-spec.json index 06bf4922..a6505183 100644 --- a/datafile-app-server/dpo/spec/datafile-component-spec.json +++ b/datafile-app-server/dpo/spec/datafile-component-spec.json @@ -34,6 +34,12 @@ "timeout": "1s", "endpoint": "/heartbeat" }, + "volumes": [ + { + "container": { "bind": "/home/datafile/.ssh/" }, + "config_volume": { "name":"onap-dcae-dfc-known-hosts" } + } + ], "ports": [ "8100:0", "8433:0" @@ -161,7 +167,7 @@ "designer_editable": true, "sourced_at_deployment": true, "policy_editable": false, - "type": "boolean", + "type": "string", "required": true }, { |