[SEBA-837] First version of the chart to deploy the bbsim rewrite

Change-Id: Ib557aa159ad2e3e92fbcc6811de2a9a29e994615
diff --git a/bbsim/templates/deployment.yaml b/bbsim/templates/deployment.yaml
index 8156ed2..89c6118 100644
--- a/bbsim/templates/deployment.yaml
+++ b/bbsim/templates/deployment.yaml
@@ -45,14 +45,10 @@
             privileged: true
           command: [
             "/app/bbsim",
-            "-n", "{{ .Values.onus_per_pon_port }}",
-            "-m", "{{ .Values.emulation_mode }}",
-            "-H", ":{{ .Values.olt_tcp_port }}",
-            "-id", "{{ .Values.olt_id }}",
-            "-i", "{{ .Values.pon_ports }}",
-            "-aw", "{{ .Values.wpa_wait }}",
-            "-dw", "{{ .Values.dhcp_wait }}",
-            "-k", "{{ .Values.kafka_broker }}",
+            "-olt_id", "{{ .Values.olt_id }}",
+            "-nni", "{{ .Values.nni }}",
+            "-pon", "{{ .Values.pon }}",
+            "-onu", "{{ .Values.onu }}",
           ]
           ports:
             - name: "bbsim-olt-id-{{ .Values.olt_id }}"