Fix spacing issues in YAML files in vnfs
[demo.git] / vnfs / DAaaS / deploy / collection / charts / prometheus-node-exporter / templates / serviceaccount.yaml
index b70745a..419451b 100755 (executable)
@@ -6,10 +6,10 @@ metadata:
   name: {{ template "prometheus-node-exporter.serviceAccountName" . }}
   labels:
     app: {{ template "prometheus-node-exporter.name" . }}
-    chart: {{ template "prometheus-node-exporter.chart" . }}    
+    chart: {{ template "prometheus-node-exporter.chart" . }}
     release: "{{ .Release.Name }}"
     heritage: "{{ .Release.Service }}"
-imagePullSecrets: 
+imagePullSecrets:
 {{ toYaml .Values.serviceAccount.imagePullSecrets | indent 2 }}
 {{- end -}}
-{{- end -}}
\ No newline at end of file
+{{- end -}}