Fixed indentation in K8s manifest files

Change-Id: I32ffb844ce86e2bf2954d76f92c3bc459a1002fe
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/docker/osm_pods/mon.yaml b/installers/docker/osm_pods/mon.yaml
index 490889f..d0f3c29 100644
--- a/installers/docker/osm_pods/mon.yaml
+++ b/installers/docker/osm_pods/mon.yaml
@@ -63,11 +63,11 @@
           value: mongodb://mongodb-k8s:27017/?replicaSet=rs0
         envFrom:
         - secretRef:
-           name: mon-secret
+            name: mon-secret
         volumeMounts:
         - name: mon-storage
           mountPath: /app/database
       volumes:
       - name: mon-storage
         hostPath:
-         path: /var/lib/osm/osm_mon_db/_data
+          path: /var/lib/osm/osm_mon_db/_data