Fixed indentation in K8s manifest files 67/10567/1 v8.0
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 30 Mar 2021 13:26:22 +0000 (15:26 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 30 Mar 2021 13:26:22 +0000 (15:26 +0200)
Change-Id: I32ffb844ce86e2bf2954d76f92c3bc459a1002fe
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/docker/osm_pods/lcm.yaml
installers/docker/osm_pods/mon.yaml
installers/docker/osm_pods/nbi.yaml
installers/docker/osm_pods/pol.yaml
installers/docker/osm_pods/ro.yaml

index b464861..c04ea64 100644 (file)
@@ -46,7 +46,7 @@ spec:
           value: kafka
         envFrom:
         - secretRef:
-          name: lcm-secret
+            name: lcm-secret
         volumeMounts:
         - name: osm-packages
           mountPath: /app/storage
index 490889f..d0f3c29 100644 (file)
@@ -63,11 +63,11 @@ spec:
           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
index 0dd2b2d..2b36e4d 100644 (file)
@@ -61,7 +61,7 @@ spec:
           value: kafka
         envFrom:
         - secretRef:
-          name: nbi-secret
+            name: nbi-secret
         volumeMounts:
         - name: osm-packages
           mountPath: /app/storage
index 063a976..58cc6de 100644 (file)
@@ -46,11 +46,11 @@ spec:
            value: mongodb://mongodb-k8s:27017/?replicaSet=rs0
         envFrom:
         - secretRef:
-             name: pol-secret
+            name: pol-secret
         volumeMounts:
         - name: db
           mountPath: /app/database
       volumes:
       - name: db
         hostPath:
-         path: /var/lib/osm/osm_pol_db/_data
+          path: /var/lib/osm/osm_pol_db/_data
index 6113a99..d5cb5b2 100644 (file)
@@ -59,11 +59,11 @@ spec:
            value: mysql
         envFrom:
         - secretRef:
-           name: ro-secret
+            name: ro-secret
         volumeMounts:
          - name: ro
            mountPath: /var/log/osm
       volumes:
       - name: ro
         hostPath:
-         path: /var/lib/osm/osm_ro/_data
+          path: /var/lib/osm/osm_ro/_data