[VOL-5303]:Avoid reconciling the MEs with ONT

Change-Id: I440d5a3bc6f39f88e0d700a71f7e2dbd86af1c09
Signed-off-by: Praneeth Nalmas <praneeth.nalmas@radisys.com>
diff --git a/voltha-adapter-openonu/templates/openonu-go-deploy.yaml b/voltha-adapter-openonu/templates/openonu-go-deploy.yaml
index b280e15..c42f9d8 100644
--- a/voltha-adapter-openonu/templates/openonu-go-deploy.yaml
+++ b/voltha-adapter-openonu/templates/openonu-go-deploy.yaml
@@ -104,6 +104,7 @@
             - "--mib_audit_interval={{ .Values.global.mib_audit.interval }}"
             - "--alarm_audit_interval={{ .Values.global.alarm_audit.interval }}"
             - "--uni_port_mask={{ .Values.adapter_open_onu.uni_port_mask }}"
+            - "--skip_onu_config_enabled={{ .Values.global.skip_onu_config.enabled }}"              
           {{- if .Values.securityContext.enabled }}
           securityContext:
             allowPrivilegeEscalation: false