[VOL-5359] Add redis option as KVStore
Change-Id: Iacf583f53a2b00e9f0afd49c51ffb6be616e9b9b
Signed-off-by: abhay <abhayk@radisys.com>
diff --git a/voltha-adapter-openolt/values.yaml b/voltha-adapter-openolt/values.yaml
index 585f45c..aed777c 100644
--- a/voltha-adapter-openolt/values.yaml
+++ b/voltha-adapter-openolt/values.yaml
@@ -77,8 +77,10 @@
cluster:
address: kafka:9092
- # Define connectivity to etcd
- etcd:
+ # Define connectivity to kvstore
+ kvstore:
+ # type: etcd, redis or redis-sentinel
+ type: etcd
address: etcd:2379
# Define Tracing Agent connection details