Revert "VOL-3224: Helm Chart Updates for supporting TT workflow - adds configurability of --accept_incremental_evto_update option"

This reverts commit b02ca1e321437771bcebc23c30d1ff02d2790b58.

Change-Id: Ie2745c10f933547961b1df2f7d4abfddbecf8513
diff --git a/voltha-adapter-openonu/templates/openonu-py-statefulset.yaml b/voltha-adapter-openonu/templates/openonu-py-statefulset.yaml
index 0c3833b..adf3ca4 100644
--- a/voltha-adapter-openonu/templates/openonu-py-statefulset.yaml
+++ b/voltha-adapter-openonu/templates/openonu-py-statefulset.yaml
@@ -85,8 +85,7 @@
               --probe=:8080
               --log_level={{ tpl .Values.adapter_open_onu.log_level . | upper }}
               --totalReplicas={{ .Values.replicas.adapter_open_onu }}
-              --currentReplica=$REPLICA_ID
-              --accept_incremental_evto_update={{ tpl .Values.adapter_open_onu.incremental_evto_update . }}"
+              --currentReplica=$REPLICA_ID"
         {{- if .Values.securityContext.enabled }}
         securityContext:
           allowPrivilegeEscalation: false