Fix Passing commands to PODs issue

Change-Id: Idd05844a0a16ed6a9c794f9f227601afaf7fae5b
diff --git a/mcord/mcord-control-plane/templates/mme.yaml b/mcord/mcord-control-plane/templates/mme.yaml
index de41664..ea92acd 100644
--- a/mcord/mcord-control-plane/templates/mme.yaml
+++ b/mcord/mcord-control-plane/templates/mme.yaml
@@ -63,7 +63,7 @@
               - NET_ADMIN
         args:
         - until nslookup {{ .Values.hss_hostname }}; do echo waiting for hss; sleep 2; done;
-        - iptables -A OUTPUT -p sctp --sport {{ .Values.mme.ports.s1ap }} --chunk-types any ABORT -j DROP;
+          iptables -A OUTPUT -p sctp --sport {{ .Values.mme.ports.s1ap }} --chunk-types any ABORT -j DROP;
       containers:
       - name: mme
         image: {{ .Values.mme.images.mme }}