Fix spacing issues in YAML files in heat
[demo.git] / heat / vFW_CNF_CDS / templates / helm / vsn / templates / service.yaml
index 7c51d4f..e93a8c9 100644 (file)
@@ -10,8 +10,8 @@ metadata:
 spec:
   type: {{ .Values.service.type }}
   ports:
-    - port: {{ .Values.service.ports.port  }}
-      nodePort: {{ .Values.service.ports.nodePort }} 
+    - port: {{ .Values.service.ports.port }}
+      nodePort: {{ .Values.service.ports.nodePort }}
   selector:
     vf-module-name: {{ .Values.vsn_name_0 }}
     release: {{ .Release.Name }}