Sync voltha helm with the k8s resources

Change-Id: Ic957bdcd7e1b36677113315a870972ca4cc9b0fc
diff --git a/voltha/templates/netconf.yaml b/voltha/templates/netconf.yaml
index acec48f..8ea1638 100644
--- a/voltha/templates/netconf.yaml
+++ b/voltha/templates/netconf.yaml
@@ -38,19 +38,11 @@
     metadata:
       labels:
         app: netconf
+      annotations:
+        cni: "calico"
     spec:
       serviceAccountName: {{ .Values.global.namespace }}-serviceaccount
       terminationGracePeriodSeconds: 10
-      affinity:
-        podAntiAffinity:
-          requiredDuringSchedulingIgnoredDuringExecution:
-            - labelSelector:
-                matchExpressions:
-                  - key: app
-                    operator: In
-                    values:
-                      - netconf
-              topologyKey: kubernetes.io/hostname
       containers:
       - name: netconf
         image: {{ .Values.netconfImage }}