[VOL-2924] - Support helm charts of Golang openONU adapter in kind-voltha opencord-repo

Change-Id: Ia43fb9e711cab1f82895189e1db7109596b7702a
Signed-off-by: Holger Hildebrandt <holger.hildebrandt@adtran.com>
diff --git a/minimal-values.yaml b/minimal-values.yaml
index 226ed8f..006f853 100644
--- a/minimal-values.yaml
+++ b/minimal-values.yaml
@@ -36,6 +36,17 @@
 # information below (search for START_OFAGENT_GO).
 use_ofagent_go: true
 
+# OPENONU-ADAPTER IMPLEMENTATION
+# ------------------------------
+# There are currently two implementations of OPENONU-ADAPTER: the original
+# written in Python and the reimplementation written in Go. The variable
+# `use_openonu_adapter_go` can be used to optionally use the new Go
+# implementation. This is done by setting that value to `true`.
+#
+# Along with this change you will also may need to set the Docker image
+# information below (search for START_OPENONU_ADAPTER_GO).
+use_openonu_adapter_go: false
+
 images:
   onos:
     repository: voltha/voltha-onos
@@ -80,6 +91,12 @@
 #  rw_core:
 #    repository: voltha/voltha-rw-core
 #    tag: 2.1.1
+# START_OPENONU_ADAPTER_GO - Uncomment the following block to use the Go implementation
+# of the openonu-adapter
+#  adapter_open_onu_go:
+#    repository: voltha-openonu-adapter-go
+#    tag: master
+# END_OPENONU_ADAPTER_GO
 
 deployments:
   etcdOperator: true