[VOL-2666] - Create Helm Charts for Golang OpenONU Adapter
- review comments considered
- args changed for call of openonugo

Change-Id: I530bc04781e228705a7de364868023e30d4d35eb
diff --git a/voltha-adapter-openonu/templates/adapters-openonu.yaml b/voltha-adapter-openonu/templates/adapters-openonu.yaml
index 3c72078..c857fbc 100644
--- a/voltha-adapter-openonu/templates/adapters-openonu.yaml
+++ b/voltha-adapter-openonu/templates/adapters-openonu.yaml
@@ -1,3 +1,4 @@
+{{- if not (and (hasKey .Values "use_openonu_adapter_go") .Values.use_openonu_adapter_go) }}
 # Copyright 2019-present Open Networking Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -89,3 +90,4 @@
               port: 8080
             initialDelaySeconds: 10
             periodSeconds: 5
+{{- end }}
\ No newline at end of file