Skip to content

Commit 0bdd26a

Browse files
author
johnstarx
committed
Fixed indent issues
1 parent 8d6d0e6 commit 0bdd26a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

charts/docker-mailserver/templates/service.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ metadata:
1111
prometheus.io/path: {{ .Values.monitoring.service.path | quote }}
1212
prometheus.io/port: {{ .Values.monitoring.service.port | quote }}
1313
##
14-
{{- if .Values.service.annotations }}
15-
{{ toYaml .Values.service.annotations | indent 2 }}
16-
{{ end }}
14+
{{- if .Values.service.annotations }}
15+
{{ toYaml .Values.service.annotations | indent 4 }}
16+
{{ end }}
1717
labels:
1818
app.kubernetes.io/name: {{ template "dockermailserver.fullname" . }}
1919
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
2020
heritage: "{{ .Release.Service }}"
2121
release: "{{ .Release.Name }}"
22-
{{- if .Values.service.labels }}
23-
{{ toYaml .Values.service.labels | indent 2 }}
24-
{{ end }}
22+
{{- if .Values.service.labels }}
23+
{{ toYaml .Values.service.labels | indent 4 }}
24+
{{ end }}
2525
name: {{ template "dockermailserver.fullname" . }}
2626
spec:
2727
## If a load balancer is being used, ensure that the newer type of LB that passes along IP information is used

0 commit comments

Comments
 (0)