Add KV store configuration to bbf-adapter

Change-Id: If1d3975ecc2db789a19d20c3448b7ed625afcbb1
diff --git a/voltha-northbound-bbf-adapter/templates/configmap-startup.yaml b/voltha-northbound-bbf-adapter/templates/configmap-startup.yaml
index c422c74..85f2a03 100644
--- a/voltha-northbound-bbf-adapter/templates/configmap-startup.yaml
+++ b/voltha-northbound-bbf-adapter/templates/configmap-startup.yaml
@@ -41,4 +41,8 @@
         --onos_user={{ .Values.voltha_northbound_bbf_adapter.onos_user }} \
         --onos_pass={{ .Values.voltha_northbound_bbf_adapter.onos_pass }} \
         --schema_mount_path={{ .Values.voltha_northbound_bbf_adapter.schema_mount_path }} \
-        --kafka_cluster_address={{ tpl .Values.services.kafka.cluster.address . }}
\ No newline at end of file
+        --kafka_cluster_address={{ tpl .Values.services.kafka.cluster.address . }} \
+        --kv_store_type={{ tpl .Values.services.kv_store.type . }} \
+        --kv_store_address={{ tpl .Values.services.kv_store.address . }} \
+        --kv_store_request_timeout={{ tpl .Values.voltha_northbound_bbf_adapter.kv_store_timeout . }} \
+        --kv_store_prefix={{ tpl .Values.voltha_northbound_bbf_adapter.kv_store_data_prefix . }}
\ No newline at end of file