diff --git a/chart/templates/service.yaml b/chart/templates/service.yaml index 7800d67..daaca10 100644 --- a/chart/templates/service.yaml +++ b/chart/templates/service.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: name: {{ include "chart.fullname" . }} - labels: {{ - include "chart.labels" . | nindent 4 }} + labels: {{- include "chart.labels" . | nindent 4 }} spec: type: {{ .Values.service.type }} ports: @@ -10,4 +10,4 @@ spec: targetPort: http protocol: TCP name: http - selector: {{ - include "chart.selectorLabels" . | nindent 4 }} + selector: {{- include "chart.selectorLabels" . | nindent 4 }}